The Wayback Machine - https://web.archive.org/web/20200920090005/https://github.com/DesignByCode/lunaui
Skip to content
2.x
Go to file
Code

Latest commit

 

Git stats

Files

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

README.md

Laravel LunaUi

Latest Stable Version Total Downloads License GitHub stars Twitter

Introduction to LunaUi

While Laravel does not dictate which JavaScript or CSS pre-processors you use, it does provide a basic starting point using Luna-sass and Vue that will be helpful for many applications. By default, Laravel uses NPM to install both of these frontend packages.

Installation

$ composer require designbycode/lunaui

Setup

After instalation you can run the following commands to scaffold your project

For Luna-sass with authentication

$ php artisan lunaui:auth

For Luna-sass without authentication

$ php artisan lunaui luna

For Luna-sass with Vuejs and without authentication

$ php artisan lunaui vue

For Luna-sass with Vuejs and with authentication

$ php artisan lunaui vue --auth

Luna-sass Documentation

Documentation can be found on the Luna-sass website.

Official Laravel Documentation

Documentation can be found on the Laravel website.

License

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

You can’t perform that action at this time.