Download the PHP package tqt/laravel-uikit without Composer
On this page you can find all versions of the php package tqt/laravel-uikit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-uikit
Laravel 5.5+ Front-end Preset For UIkit 3
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.
All versions of laravel-uikit with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.5
The package tqt/laravel-uikit contains the following files
Loading the files please wait ....