• Stars
    star
    731
  • Rank 61,995 (Top 2 %)
  • Language
    JavaScript
  • Created about 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Laravel Project with Vue2 and Element

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: