How add new controller and view file under created module #602
ChamilaShantha
started this conversation in
General
Replies: 1 comment 1 reply
-
Well, you may just copy-paste the old project controllers, views, and other files to this new project. Check the route, and controller namespaces and follow the error messages when you paste the old code. Laravel Starter is a Laravel application and does not have any conflict with the official documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know what happens after I create a module After that, i want to add my old project controller and view file to created module? I already add controller code to existing backend controller and create new view file to it but it not display in existing layout. it display out side of the layout.
Beta Was this translation helpful? Give feedback.
All reactions