laravel-starter
laravel-starter copied to clipboard
How do I create crud operation from my existing table
Hello, I need to create another modules by keep using (laravel-starter), so when I see code for user model, I am shocked, because too much files there for just one User Model (backend, frontend also), so please tell me the command for another models.
I am using laravel module package to build and manage modules. But my code structure is a little different than the laravel-module. Currently I am working on to build new package which will be used to manage the modules of the laravel-starter module. By this time you can copy an another module like Tag
module and rename the necessary file and other settings.