git clone https://github.com/w01ki3/laraVue.git
cd laraVue
composer install
npm install
copy .env.example .env (for windows) || cp .env.example .env (for bash)
php artisan key:generate
npm run dev
php artisan serve
http://localhost:8000/
git clone https://github.com/w01ki3/laraVue.git
cd laraVue
composer install
npm install
copy .env.example .env (for windows) || cp .env.example .env (for bash)
php artisan key:generate
npm run dev
php artisan serve
http://localhost:8000/