Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 746 Bytes

About Laravel CRUD

A simple website with CRUD and Soft Delete features

Installation

First download or clone this repository

git clone https://github.com/mad-af/lrv-crud.git

Then rename the file env.exampleto envand 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

Warning

We have one table created without migration, so you have to make it according to the capital provided