Skip to content

twoquethree/laravel-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.5+ Front-end Preset For UIkit 3

Latest Stable Version License Codacy Badge StyleCI

Preset for UIkit 3 scaffolding on new Laravel 5.5+ project.

Current version: UIkit 3.0.0-rc.19

Screenshots

Login

login

Register

register

Home

home

Usage

  1. Fresh install Laravel 5.5+ and cd to your app.
  2. Install this preset via composer require tqt/laravel-uikit. Laravel 5.5+ will automatically discover this package. No need to register the service provider.
  3. Use php artisan preset uikit for basic UIkit 3 preset. OR Use php 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 in routes/web.php)
  4. yarn
  5. yarn dev or yarn watch
  6. Configure your favorite database (mysql, sqlite, etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run server and test preset.