How do I create crud operation from my existing table #253
Replies: 4 comments 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
-
Okay dear
…On Wed, Apr 7, 2021 at 8:07 PM Nasir Khan Saikat ***@***.***> wrote:
I am using laravel module <https://github.com/nWidart/laravel-modules>
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIFGS7ZLTPH4P3F7XZLVADDTHRYMXANCNFSM42GLHATQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Hello @nasirkhan Thank you very much for providing such a wonderful module-based laravel starter kit for both frontend and backend in one skeleton. I installed and reviewed the coding structure. Could you please provide a specific way to create a new module? like complete CRUD working? I followed your instructions which you mentioned above to clone the Tags module, however, it is little scary to do that thing because it produces too much errors when any newbie will try to create module for the first time. So it is my humble request to you to create one wiki about how to create one module with simple title, description etc. fields. so that users can start using it and love more. I hope you can understand. Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Steps to create a new module is mentioned in the Readme file. Open the following link: https://github.com/nasirkhan/laravel-starter#create-new-module |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions