Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 674 Bytes

README.md

File metadata and controls

45 lines (43 loc) · 674 Bytes


laraVue | w01ki3

Educational note content that can be done with Laravel and vue

Installation

Step 1
git clone https://github.com/w01ki3/laraVue.git
Step 2
cd laraVue
Step 3
composer install
Step 4
npm install
Step 5
copy .env.example .env (for windows) || cp .env.example .env (for bash)
Step 6
php artisan key:generate
Step 7
npm run dev
Step 8
php artisan serve
Step 9 / open url in web browser
http://localhost:8000/