variable.club/tall
最新稳定版本:1.0.46
Composer 安装命令:
composer require variable.club/tall
包简介
TALL preset for Laravel, forked from https://github.com/laravel-frontend-presets/tall.
README 文档
README
TALL preset for Laravel, forked from https://github.com/laravel-frontend-presets/tall.
Installation
This preset is intended to be installed into a fresh Laravel application. Follow Laravel's installation instructions to ensure you have a working environment before continuing.
Installation (default)
Then simply run the following commands:
composer require variable.club/tall
php artisan ui tall
npm install
npm run dev
Installation (with blast)
If you would like to install the preset and its auth scaffolding in a fresh Laravel application, make sure to use the --blast flag on the ui command:
composer require area17/blast variable.club/tall
php artisan ui tall --option=blast
npm install
npm run dev
To run Blast, use this command:
php artisan blast:launch
Then, navigate to http://localhost:6006.
CSS purging
Tailwind uses PurgeCSS to remove any unused classes from your production CSS builds. You can modify or remove this behaviour in the purge section of your tailwind.config.js file. For more information, please see the Tailwind documentation.
Removing the package
If you don't want to keep this package installed once you've installed the preset, you can safely remove it. Unlike the default Laravel presets, this one publishes all the auth logic to your project's /app directory, so it's fully redundant.
Credits
Original authors
- Dan Harrin
- Liam Hammett
- Ryan Chandler
- Tailwind UI for the default authentication and pagination views
- All Contributors
Fork author
统计信息
- 总下载量: 228
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-11