Skip to content

Laravel Vue Single page application starter kit template

Notifications You must be signed in to change notification settings

Shaykhnazar/laravel-vue-spa-template

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Installation

Backend

Installing dependencies
composer install
Create .env and change it according to local environment
cp .env.example .env

For production APP_ENV=production

For development\testing APP_ENV=local

Сгенерировать ключ проекта
php artisan key:generate
Create a symlink of the public folder to the storage folder
php artisan storage:link
Run migrations
php artisan migrate:fresh --seed

Testing on local development (You can run it after setup!! Frontend)

php artisan serve

Frontend

cd frontend
npm install
cp .env.example .env

another commands at here:

About

Laravel Vue Single page application starter kit template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published