/laravel5-CRUD

This is a simple Laravel 5 CRUD Project with form validation and flash message print after operation. Installation :: git clone https://github.com/bestmomo/laravel5-CRUD.git your_projectname; cd projectname; composer install; php artisan key:generate; Create a database and inform .env and last comman is :php artisan migrate (to create tables)

Primary LanguageCSS

Watchers