Download the PHP package ycore/fortify-tailwind without Composer
On this page you can find all versions of the php package ycore/fortify-tailwind. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ycore/fortify-tailwind
More information about ycore/fortify-tailwind
Files in ycore/fortify-tailwind
Package fortify-tailwind
Short Description Tailwind CSS-styled authentication blade views for ycore/fortify-ui
License MIT
Homepage https://github.com/ycore/fortify-ui
Informations about the package fortify-tailwind
Tailwind CSS-styled authentication blade views for FortifyUI
Introduction
Fortify-tailwind provides authentication UI views and scaffolding for FortifyUI, styled with Tailwind CSS.
Installation
- To get started, install Fortify-tailwind using Composer.
This command initializes FortifyUI and publishes the Fortify-tailwind authentication views and scaffolding.
- [x] Publishes authentication blade views to
resources/views/
- [x] Contains
require tailswindcss
inwebpack.mix.js
- [x] Includes tailwindcss @imports in
resources/app.css
- [x] Appends a
home
route toroutes/web.php
- [x] Enables the
login
andregister
Laravel Fortify features
This package and FortifyUI both utilize package auto-discovery. There is no need to add the service providers manually.
-
Next, publish the Fortify-tailwind authentication views and scaffolding:
- Then, install & initialize tailwindcss and build the assets
Fortify-tailwind installs a sensible default configuration based on the Laravel Fortify recommendations. The login
, logout
, registration
and reset-passwords
features and routes are enabled by default. If these defaults are sufficient, there is no need for additional configuration.
Installation options
Fortify-tailwind is designed to be re-installed. Use the --force
or --views-only
options to overwrite previously-installed views or scaffolding.
Overwrite all previously installed views and scaffolding
Overwrite all previously installed views only
More configuration options
FortifyUI also provides more configuration options via the fortify-ui:publish
command. See the FortifyUI configuration section for details on publishing additional configuration options.
Changelog
Please see the Changelog for more information on what has changed recently.
Security
Should you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Johan Meyer
- All Contributors
License
MIT. Please see the License file for more information.