Skip to content

sasha172017/task-test-laravel

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published