- 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
- ...