peter58228/laravel-vue-semantic-ui

This is a Maxlab/laravel-vue-semantic-ui clone added support for Laravel 5.5.*

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.2 2017-11-04 19:06 UTC

This package is not auto-updated.

Last update: 2019-11-08 03:43:05 UTC


README

  • 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.