Hi,
I have install demo1 for Laravel. Now I want to add new feature to admin panel. What is the best way for this. Is there any CRUD generator or I need to add Model, Controller, Menu, View manually? Is there any tutorials for this?
Hi Mamta,
You can add Routes, Models, Controllers, and Views in the default Laravel locations. For Metronic, we have no special place for these files. You can try to isolate your custom file as much as possible, so the Laravel updated files can be easily replaced.
Thanks
Hi Mamta,
For our Metronic Laravel, we use yajra/laravel-datatables plugin for datatable listing. At the moment, we do not have a CRUD generator.
For more info please check here
https://yajrabox.com/docs/laravel-datatables/master/quick-starter
Thanks
Hi,
thankyou for your reply, Is there any tutorials how can I add new feature, like where can I add Routes, Model, Controllers, Views or any extra file, so that these not effect when I upgrade Metronic version. I know about Laravel, but is there any best practice to work with Metronic ?