drewwalton19216801 / fortifyui-bootstrap
Fortify-driven Laravel UI replacement using Bootstrap 5
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- illuminate/contracts: ^8.0
- zacksmash/fortify-ui: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-11-12 05:31:03 UTC
README
Using this template
Here are the steps to customize this template with your preset
- Rename the files in the
src
directory. ExampleFortifyUIBootstrapCommand.php
- Make sure you update any
use
statements and namespaces
- Make sure you update any
- Add your preset stubs to the
stubs
directory - Add your preset image and preset screenshots
- Update the
composer.json
- Replace all instances of
YourNamespace\\FortifyUIPreset
with your details. For example:SomeDude\\FortifyUIBootstrap
- Replace all instances of
- Search & Replace all of the following terms
- YourNamespace
- yournamespace
- YourPreset
- yourpreset
- SomeFramework
- Your Name
- yourusername
- you@yourdomain.com
Introduction
FortifyUI-Bootstrap is a Laravel Fortify UI preset, built with Bootstrap 5.
Requirements
This package requires Laravel Fortify and FortifyUI. Installing FortifyUI will automatically install and configure Laravel Fortify for you, so you may start there.
Installation
To get started, you'll need to install YourPreset using Composer.
composer require drewwalton/fortifyui-bootstrap
Next, you'll need to run the install command:
php artisan fortify:bootstrap
This command will publish YourPreset's views and resources to your project.
- All
auth
views - Other files...
License
FortifyUIPreset is open-sourced software licensed under the MIT license.