Installation
Installing the package
composer require niraj/crudstarter --devPublishing the Config file (Required)
php artisan vendor:publish --tag=crudstarter-configPublish Stub Files (Optional)
php artisan vendor:publish --tag=crud-stubAnd you are all setup 👏
Last updated