Skip to content

Laravel Tabler UI utilities and presets, (in development)

License

Notifications You must be signed in to change notification settings

luisfayre/laravel-tabler-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Tabler UI

Thanks godruoyi 🎉

For creating the original package laravel-tabler-ui, but don't worked for 6.0 version, so now is compatible.

Introduction

Now laravel ui implement a premium and open source dashboard template with a responsive and high-quality UI.

A premium and open source dashboard template with a responsive and high-quality UI.

Installing

in composer.json

"repositories": [
  {
    "type": "git",
    "url": "https://github.com/luisfayre/laravel-tabler-ui"
  }
],
"require": {
.
.
.
.
"luisfayre/laravel-tabler-ui": "dev-main" <-- import
    },

Usage

First publish the js libs public/libs

php artisan vendor:publish --tag=tabler-libs

Second

// Generate basic scaffolding...
php artisan ui tabler

// or

// Generate login / registration scaffolding...
php artisan ui tabler --auth

More use go to Laravel Ui Official Documentation.

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.

License

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