dshoreman / element-in-laravel-starter

Laravel Project with Vue2 and Element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element In Laravel

Laravel 5.7 Project with Vue2 and Element

Usage

git clone https://github.com/ElementUI/element-in-laravel-starter.git <project-name>
cd <project-name>
composer install
cp .env.example .env
php artisan key:generate
php artisan serve (if not using laravel valet)
yarn OR npm install
yarn watch OR npm run watch

Visit http://localhost:8000, It works!

If using laravel valet, visit http://<project-name>.test

Now you're ready to start coding!

More

The articles can help you to deploy it by yourself:

About

Laravel Project with Vue2 and Element


Languages

Language:JavaScript 97.4%Language:PHP 2.6%Language:HTML 0.0%Language:Vue 0.0%