Download the PHP package cesaramirez/laravel-tabler without Composer
On this page you can find all versions of the php package cesaramirez/laravel-tabler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cesaramirez/laravel-tabler
More information about cesaramirez/laravel-tabler
Files in cesaramirez/laravel-tabler
Download cesaramirez/laravel-tabler
More information about cesaramirez/laravel-tabler
Files in cesaramirez/laravel-tabler
Vendor cesaramirez
Package laravel-tabler
Short Description Laravel 5.*/6.* Front-end preset for Tabler Bootstrap.
License MIT
Package laravel-tabler
Short Description Laravel 5.*/6.* Front-end preset for Tabler Bootstrap.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-tabler
Laravel 5.5+ Front-end Preset For Tabler Dashboard UI Kit
Preset for Tabler scaffolding on a new Laravel 5.5 or above project.
Usage
- Fresh install Laravel 5.5 or above and
cd
to your app. - Install this preset via
composer require cesaramirez/laravel-tabler
. Laravel 5.5+ will automatically discover this package. No need to register the service provider. - Use
php artisan preset tabler
for basic Tabler preset. OR Usephp artisan preset tabler-auth
for basic preset, Auth route entry and Tabler 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-tabler with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.5||^6.0
The package cesaramirez/laravel-tabler contains the following files
Loading the files please wait ....