the angular project exists in the public folder of laravel project.
$ git clone {the repo link}
- inside angular project: $ npm install...
- inside laravel project: $ composer install ... $ cp .env.example .env then configure your db parameters in .env file...
- create db... $ php artisan migrate... $ php artisan db:seed... $ php artisan serve...
- open url of the index of angular project ...
only I needed the +barryvdh/laravel-cors liberary to allow access the server