hasanchishti/laradump

a simple laravel package

1.0 2020-09-02 10:57 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:40 UTC


README

laradump is a simple crud generator for Laravel. It is generates Controller, Model, Requests and Views files

Step 1- composer require hasanchishti/laradump

Step 2- After successfully installation of package run following command

php artisan crud:generator {Modelname}