ibram / lara-tabler-arabic
use Tabler admin panel with laravel in an easy way
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/ibram/lara-tabler-arabic
Requires
- illuminate/support: ^8.0
- laravel/ui: ^3.3
This package is auto-updated.
Last update: 2025-12-08 06:57:21 UTC
README
this package should save some time of downloading the tabler files then move it to the project this package includes the files of tabler version: 1.0.0-alpha.7 all you need just publish the vendor
Screenshot
Current Version of Tabler
- 27 july, 2021
1.0.0-alpha.7(Current)
How to use ?
Firstly you need to download the package via Composer
composer require ibram/lara-tabler-arabic
then you need to publish the files
Installation command
Now you can use the installtion command to save some time of install laravel/ui
php artisan laratabler:install
this command'll publish Tabler files and call the artisan command php artisan ui:auth --force and replace all UI auth views with the tabler one
Wan't only publish Tabler Files ?
php artisan vendor:publish --tag=LaraTabler
This publish line'll publish only Tabler admin views without Auth one so you can use your own one or Laravel/UI one
now you'll find folder inside resources/views/LaraTabler contains the blade of the dashboard and in public/LaraTabler contains all assets files
Video ?
Changelog
# 7 aug, 2021 | Add the installtion command with Tabler Auth views to replace with the Laravel/UI one "php artisan laratabler:install"
Ends
i hope my first package'll help you well :)