A simple website with CRUD and Soft Delete features
First download or clone this repository
git clone https://github.com/mad-af/lrv-crud.git
Then rename the file env.example
to env
and comand for get APP_KEY
php artisan key:generate
check and create a MySQL database according to the configuration in env
.
Do the command to create the required table
php artisan migrate
Then you can run this application
php artisan serve
We have one table created without migration, so you have to make it according to the capital provided