Download the PHP package tailwindcomponents/laravel-preset without Composer
On this page you can find all versions of the php package tailwindcomponents/laravel-preset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tailwindcomponents/laravel-preset
More information about tailwindcomponents/laravel-preset
Files in tailwindcomponents/laravel-preset
Download tailwindcomponents/laravel-preset
More information about tailwindcomponents/laravel-preset
Files in tailwindcomponents/laravel-preset
Vendor tailwindcomponents
Package laravel-preset
Short Description Laravel frontend preset for Tailwind CSS
License MIT
Package laravel-preset
Short Description Laravel frontend preset for Tailwind CSS
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-preset
Laravel preset for TailwindCSS
🛹 A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.
Installation and usage
This package requires Laravel 7.0 or higher.
- Fresh install Laravel and
cd
to your app. - Install
composer require tailwindcomponents/laravel-preset --dev
.
a. Preset WITHOUT Authentication
- Use
php artisan ui tailwindcss
for the basic Tailwind CSS preset. npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
b. Preset WITH Authentication
- Use
php artisan ui tailwindcss --auth
for the basic preset, auth route entry, and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php
) npm install && npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
Config
The default tailwind.config.js
configuration file included by this package simply uses the config from the Tailwind vendor files. Should you wish to make changes, you should remove the file and run node_modules/.bin/tailwind init
, which will generate a fresh configuration file for you, which you are free to change to suit your needs.
Screenshots
All versions of laravel-preset with dependencies
PHP Build Version
Package Version
The package tailwindcomponents/laravel-preset contains the following files
Loading the files please wait ....