Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 410 Bytes

readme.md

File metadata and controls

13 lines (12 loc) · 410 Bytes

How to run this app

Steps

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