Sorry Guy I'm new with Laravel Backpack 4.3 need your expertise.
I wanna create a simple page without CRUD is that possible on Laravel Backpack, if yes Which file I need to work on?
Of course. The process is the same as standard Laravel (add a route, controller and view), though you might want to use the same file structure as Backpack, and extend the Backpack layout file to keep the same design.
You can do it however you want, but usually people that use Backpack:
routes/backpack/custom.php
file, inside the same route group as their CRUDs; so it's easier to find;app/Http/Controllers/Admin/
folder, so that all admin-related controllers are in one place;resources/views/admin
or something like that;For an example:
Hope it helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With