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
- [email protected]
YourPreset is a Laravel Fortify UI preset, built with SomeFramework.
This package requires Laravel Fortify and FortifyUI. Installing FortifyUI will automatically install and configure Laravel Fortify for you, so you may start there.
To get started, you'll need to install YourPreset using Composer.
composer require yournamespace/fortify-yourpreset
Next, you'll need to run the install command:
php artisan fortify:yourpreset
This command will publish YourPreset's views and resources to your project.
- All
auth
views - Other files...
FortifyUIPreset is open-sourced software licensed under the MIT license.