The Wayback Machine - https://web.archive.org/web/20200919113355/https://github.com/ElementUI/element-in-laravel-starter
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

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

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.