Hi,
how can i add own routes? Must i create a module? or can i copy my Controllers / Models from my other project? how can i assign routes for special roles and put them into the menu?
Hello,
If you don't want to create your own module you can still use the routes/web.php original routes files and add the controllers in the laravel standard way, the reason we recommend creating your own module for code separation and structure