This laravel package provides Semantic-UI-CSS to your laravel project.
- composer (latest)
- laravel (version 5.1 or higher)
- Use composer to get this package
composer install wangaz/laravel-semantic-ui-css - Register the this package in your config/app.php : Add
SUI\SUIServiceProvider::classto the providers array - Run
php artisan vendor:publish --tag=publicin command line
- If you are updating your laravel app via composer, this package will also be updated. You won't have to run the vendor:publish command mentioned above, this will be done automatically.