Author : Aouidane med amine Mail : aouidane.med.amine@gmail.com
- Clone the repo:
git clone https://github.com/medamineDev/laravel5.2-angular1.git
- change directory:
cd laravel5-angular
- Install Laravel:
composer install --prefer-dist
- copy example.env to .env then Change your database settings in your .env file
- Migrate your database:
php artisan migrate
- Seed your database:
php artisan db:seed
- View your application in browser : 'php artisan serve'
- got to http://localhost:8000
- that's it