Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

marsdk/laravel-56-vue-semantic-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vue2 with Semantic UI for Laravel 5.5

  • Starter kit Vue2 in conjunction with Semantic UI for Laravel 5.5

Installation

$ laravel new project && cd project/
$ composer require peter58228/laravel-vue-semantic-ui

Then add to config/app.php

Peter58228\VueSemanticUi\VueSemanticUiServiceProvider::class,

Then

$ php artisan vendor:publish --force --provider="Peter58228\VueSemanticUi\VueSemanticUiServiceProvider"
$ npm install && npm run dev-ui

License

The Laravel framework is open-sourced software licensed under the MIT license.