Looking to hire Laravel developers? Try LaraJobs

dms-laravel-breeze maintained by nasleem

Description
Different UI for laravel/breeze
Author
Last update
2021/11/25 09:45 (dev-main)
License
Downloads
110

Comments
comments powered by Disqus

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 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
  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