Skip to content

A simple website with CRUD and Soft Delete features

Notifications You must be signed in to change notification settings

mad-af/laravel-crud

Repository files navigation

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

About

A simple website with CRUD and Soft Delete features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published