Installation

Installing the package

composer require niraj/crudstarter --dev

Publishing the Config file (Required)

php artisan vendor:publish --tag=crudstarter-config

Publish Stub Files (Optional)

php artisan vendor:publish --tag=crud-stub

And you are all setup 👏

Last updated