zacksmash / breeze-uikit
Breeze-driven Laravel UI replacement
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Language:SCSS
Requires
- illuminate/contracts: ^8.0||^9.0
- laravel/breeze: ^1.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.20
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
License
BreezeUIkit is open-sourced software licensed under the MIT license.