Thanks godruoyi 🎉
For creating the original package laravel-tabler-ui, but don't worked for 6.0 version, so now is compatible.
Now laravel ui implement a premium and open source dashboard template with a responsive and high-quality UI.
in composer.json
"repositories": [ { "type": "git", "url": "https://github.com/luisfayre/laravel-tabler-ui" } ],"require": { . . . . "luisfayre/laravel-tabler-ui": "dev-main" <-- import },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.
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
Laravel UI is open-sourced software licensed under the MIT license.