-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make this compatible with Laravel 5 Boilerplate #239
Comments
Hi @jsiebach , Using it on a laravel-5-boilerplate shouldn't be too difficult. In theory, you only need to modify the Backpack\Base views, by placing them in your But there's currently no plan to officially support it. It would be one more thing to watch, update and offer support for and we just don't have the manpower to do that right now. But if you do it for your project, you could open-source it. I'd be more than happy to link to it and send people there. We could even create a tutorial on the new backpackforlaravel blog (pretty windy there right now). I'm sure you'd be helping a bunch of people out. Plus, you'd get some views and stars to your GitHub profile, since the respository would be there. Interested? |
Yea sure! I will play around with it and see if I can get it working. Thanks. |
Will be awesome to see how this turns out! I'm just going to close this now to keep the place tidy :) but let us know once you've done it! |
I use https://github.com/rappasoft/laravel-5-boilerplate to scaffold up an app I'm working on. I would love to be able to add this CRUD capability. L5 Boilerplate uses the AdminLTE as well, so it shouldn't be too much of a leap to make this compatible.
I may create a fork and try to implement this, but was interested to see if anyone else had this or if there were any existing ideas for this.
The text was updated successfully, but these errors were encountered: