tablersetup/tabler-composer
最新稳定版本:v1.0.0
Composer 安装命令:
composer require tablersetup/tabler-composer
包简介
Laravel package to install Tabler with custom setup
README 文档
README
Laravel package to install Tabler with authentication scaffolding.
Installation
composer create-project laravel/laravel my-project
cd my-project
composer require tablersetup/tabler-composer
php artisan tabler:install
php artisan migrate
npm install
npm run build
php artisan serve
What it does
- Installs Laravel Breeze for authentication (login, register, password reset)
- Adds @tabler/core and sass to package.json
- Creates resources/scss/ with Tabler imports
- Creates resources/views/auth/ with styled auth pages
- Creates resources/views/layouts/ with Tabler layouts
- Creates resources/views/pages/ with dashboard and profile
- Updates vite.config.js to use SCSS
- Updates routes/web.php with auth routes
- Clears default app.css
Files Created/Modified
SCSS
- resources/scss/app.scss
- resources/scss/utilities/_tabler-override.scss
Views
- resources/views/auth/login.blade.php
- resources/views/auth/register.blade.php
- resources/views/auth/forgot-password.blade.php
- resources/views/auth/reset-password.blade.php
- resources/views/layouts/app.blade.php
- resources/views/layouts/header.blade.php
- resources/views/layouts/navigation.blade.php
- resources/views/pages/dashboard.blade.php
- resources/views/pages/user/profile.blade.php
- resources/views/welcome.blade.php
Routes
- routes/web.php
Config
- vite.config.js (updated)
- resources/js/app.js (updated)
- resources/css/app.css (cleared)
Usage
After installation, register a new account at /register.
Then login at /login with your credentials.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-01-16