Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 751 Bytes

README.md

File metadata and controls

53 lines (45 loc) · 751 Bytes

Single Page Application (Laravel + Vue)

Installation

$ mkdir task-test/
$ cd task-test/
$ git init
$ git remote add <origin> https://github.com/sasha172017/task-test-laravel.git
$ git pull <origin> master
$ composer install
$ npm install
$ npm run watch
# create .env
# Change DATABASE_URL
$ php artisan key:generate
$ php artisan migrate
$ php artisan schedule:run 
$ php artisan db:seed --class=UserSeeder 

Usage

$ php artisan serve
# login: [email protected]
# password: 12345