mikeburrelljr / fortify-bulma

A Bulma css preset for Laravel Fortify.
MIT License
2 stars 0 forks source link

Introduction

FortifyBulma is a Laravel Fortify UI preset, built with Bulma.

Requirements

This package requires FortifyUI. Please, install that first before installing FortifyBulma.

Installation

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.

License

FortifyBulma is open-sourced software licensed under the MIT license.