sohan065 / crud
simple crud app
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sohan065/crud
README
Installation
To install this package, use the following command:
composer require sohan065/crud
To published the package assets in the Laravel project :
php artisan vendor:publish --tag=public --force
Database Migration
Then run the database migration command to create the tables.
php artisan migrate
Run the server.
php artisan serve
It will serve the app on http://127.0.0.1:8000 by default.
Dashboard Access
Then add dashboard after your localhost http://127.0.0.1:8000
http://127.0.0.1:8000/dashboard