K UI Breeze starter

Different UI for larave/breeze.

License
Releases
Stars
Total Downloads

Note

We recommend installing this package on a project that you are starting from scratch.

Usage

  1. Fresh install Laravel >= 8.0 and cd to your app.
  2. Install laravel/breeze

composer require laravel/breeze --dev

# after finish run this command

php artisan breeze:install blade
  1. Install kamona/kui-laravel-breeze

composer require kamona/kui-laravel-breeze --dev

# after finish run this command

php artisan kui-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 kui-breeze:replace vue`

# then
npm install && npm run dev # or yarn && yarn dev
  1. Configure your database.
  2. Run php artisan migrate.
  3. npm install && npm run dev
  4. php artisan serve

Navigation

You will found sidebar links in:

  • blade: resources/views/components/sidebar/content.blade.php.
  • vue: resources/js/Components/Sidebar/SidebarContent.vue

Screens

Shocase 1 Shocase 7
Shocase 2 Shocase 8
Shocase 3 Shocase 4
Shocase 6 Shocase 5

GitHub

View Github