[go: nahoru, domu]

Skip to content

svet-penev/sturdy-adventure

Repository files navigation

SPA using Laravel + VueJS

SPA using Laravel + VueJS starter project template.

Login Page User Page

Overview

Requirements

Requirement Version
PHP 7.x
Laravel 5.6.x

Feature

Installation

Clone repo to your local machine:

git clone git@github.com:svet-penev/sturdy-adventure.git

Run composer

composer install

Configure your .env file

vim .env

Run

php artisan key:generate

Connect and create a new database. Seed your new databse by migrating sample data.

php artisan migrate --seed

Install needed dependencies

yarn install

Build

yarn run dev

Generate jwt ket

php artisan jwt:generate

Run application

php artisan serve

Login Credentials

email: admin@admin.com
pass:  123456

Testing

Unit test

vendor/bin/phpunit

Dusk test Create new database that will be used only for testing purpose.

#create local env for dusk
vim .env.dusk.local

#run dusk test
php artisan dusk

Usage

Development

# build and watch
yarn run watch

# serve with hot reloading
yarn run hot

Production

yarn run production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published