moin35 / lvcrud
This is a Basic CRUD Sample Package.
v2.0.0
2023-09-09 15:52 UTC
README
First Step
Install Laravel 8
Second Step
'composer require moin35/lvcrud' run this command
Then Go app/config folder and open app.php then add 'Moin35\Lvcrud\ProductServiceProvider::class,' this code under providers
Third Step
'php artisan vendor:publish --tag=views'
Fourth Step
'php artisan migrate'
Fifth Step
'php artisan vendor:publish --tag=controllers'
Then Run Command php artisan serve
hit Route 'http://127.0.0.1:8000/product'
Packagegist link https://packagist.org/packages/moin35/lvcrud#dev-master