tqt / laravel-uikit
Laravel 5.5+ frontend preset for UIkit 3
Installs: 656
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 3
Open Issues: 0
Language:HTML
Requires
- laravel/framework: ^5.5
README
Preset for UIkit 3 scaffolding on new Laravel 5.5+ project.
Current version: UIkit 3.0.0-rc.19
Screenshots
Login
Register
Home
Usage
- Fresh install Laravel 5.5+ and
cd
to your app. - Install this preset via
composer require tqt/laravel-uikit
. Laravel 5.5+ will automatically discover this package. No need to register the service provider. - Use
php artisan preset uikit
for basic UIkit 3 preset. OR Usephp artisan preset uikit-auth
for basic preset, Auth route entry and UIkit 3 Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php
) yarn
yarn dev
oryarn watch
- Configure your favorite database (mysql, sqlite, etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.