FortifyBulma is a Laravel Fortify UI preset, built with Bulma.
This package requires FortifyUI. Please, install that first before installing FortifyBulma.
To get started, you'll need to install FortifyBulma using Composer.
composer require mikeburrelljr/fortify-bulma
Next, you'll need to run the install command:
php artisan fortify-ui:install && php artisan fortify-ui:bulma
This command will publish FortifyBulmas's views and resources to your project.
- All
auth
views - a
webpack.mix.js
file, tuned for Bulma - a
package.json
file, for required NPM modules - a slightly opinionated
.editorconfig
file - a
.gitignore
file - a new route for
user/profile
FortifyBulma is open-sourced software licensed under the MIT license.