/fortify-bulma

A Bulma css preset for Laravel Fortify.

Primary LanguageBladeMIT LicenseMIT

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.

  • 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

License

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