- clone github repository
git clone https://github.com/OlegMarko/laravel-angular-crud.git - run command:
cd laravel-angular-crud - run command:
composer install - mod permissions to path
/bootstrap/public/storage - run command:
php artisan key:generate - run command:
php artisan migrate - run command:
npm install - run command:
npm run dev - run command:
php artisan serve - register new user
- create new task
- ...