Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

andriichuk/laravel-vue-js-starter-kit

Repository files navigation

Laravel VueJS Starter Kit

Features

Installation

Clone this repository

git clone git@github.com:andriichuk/laravel-vue-js-starter-kit.git

Up Docker containers for the first time

composer install

./vendor/bin/sail up

Install composer dependencies in the next time

./vendor/bin/sail composer install

Fill in environment variables

cp .env.example .env

Install and run npm watch task

./vendor/bin/sail npm install && npm run watch

Update hosts file

127.0.0.1 laravel.test

Open laravel.test in the browser