If I were you I would just create the proper forms to create, read, update and delete users. Essentially Users are a resource so with Laravel it is incredibly easy to do.
LukeBro said:
If I were you I would just create the proper forms to create, read, update and delete users. Essentially Users are a resource so with Laravel it is incredibly easy to do.
yes its basic solution but i dont want to write same pages and there ara many page to write again for admin
Thanks LukeBro
Yes but if you're simply fetching. displaying and saving things from the database and using Laravel that's extremely easy to do. Anyways your welcome, hope I helped!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community