Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

40 lines (18 loc) · 689 Bytes

laravel-crud

Complete Laravel 5.3 CRUD with Authentification

Demo :

https://demo.halimlardjane.com/laravel-crud

The access infos:

Email address: [email protected]

Password: 123456

alt tag

Very nice example for everybody who is beginner in Laravel like me ;)

first thing :

###Step 1 : Use Composer to install dependencies

cd /path/to/laravel-crud

composer install

###Step 2: Create Database Create Database in Your local MySQL (choose name), And configure that name in your .env file.

###Step 3 Run migrations

>php artisan migrate

###Start Accessing the Demo