Simple Cruid application has the following functionality create,edit,delete. how to install
Run git clone https://github.com/simple-crud-application/laravel.git simple-crud-application
Run composer install (install composer )
from the root of your project run cp .env.example .env
then Configure .env file
from the root of your project run php artisan migrate
then, run php artisan serve open your browser (127.0.0.1:8080)
Simple Crud application is licensed under the MIT license. Enjoy!