zacksmash/breeze-uikit

Breeze-driven Laravel UI replacement

v1.1.2 2022-05-27 14:25 UTC

This package is auto-updated.

Last update: 2024-03-27 18:06:52 UTC


README

Installation

To get started, you'll need to install Laravel Breeze using Composer.

composer require zacksmash/breeze-uikit

Next, you'll need to run the install command:

php artisan breeze:uikit

This command will publish BreezeUIkits's views and resources to your project.

  • All auth views
  • a webpack.mix.js file, tuned for UIkit
  • a package.json file, for required NPM modules
  • a slightly opinionated .editorconfig file
  • a .gitignore file
  • a new route for user/profile

breeze-uikit-screenshot.png

License

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