nasleem/dms-laravel-breeze is a Laravel package for different ui for laravel/breeze.
It currently has 0 GitHub stars and 110 downloads on Packagist (latest version v0.1.4).
Install it with composer require nasleem/dms-laravel-breeze.
Discover more Laravel packages by nasleem
or browse all Laravel packages to compare alternatives.
Last updated
Different UI for larave/breeze.
We recommend installing this package on a project that you are starting from scratch.
cd to your app.composer require laravel/breeze --dev
# after finish run this command
php artisan breeze:install blade
composer require nasleem/dms-laravel-breeze --dev
# after finish run this command
php artisan dms-breeze:replace blade
# available stacks (blade,vue). react will be added soon.
# So if you run `php artisan breeze:install vue` you can run `php artisan dms-breeze:replace vue`
# then
npm install && npm run dev # or yarn && yarn dev
php artisan migrate.npm install && npm run devphp artisan serveYou will found sidebar links in:
resources/views/components/sidebar/content.blade.php.resources/js/Components/Sidebar/SidebarContent.vue| | |
| --------------------------- | --------------------------- |
| |
|
|
|
|
|
|
|
|
|
|