laravel-dashboard-kit / dashboard-abstract
DashboardAbstract package for Laravel dashboard kit
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- akhaled/livewire-sweetalert: ^0.1
- andreiio/blade-remix-icon: ^1.0
- asantibanez/livewire-select: ^2.0
- blade-ui-kit/blade-icons: ^1.1
- brunocfalcao/blade-feather-icons: ^2.0
- codeat3/blade-carbon-icons: ^1.0
- codeat3/blade-eos-icons: ^1.7
- illuminate/database: *
- illuminate/support: *
- illuminate/view: *
- laravel/ui: ^3.3
- livewire/livewire: ^2.5
- mckenziearts/laravel-notify: ^2.2
- mediconesystems/livewire-datatables: ^0.5.1
- ryangjchandler/blade-tabler-icons: ^1.1
- spatie/laravel-blade-javascript: ^2.6
README
Generate Laravel Classes
composer exec canvas
Available commands
make:cast
Create a new custom Eloquent cast classmake:channel
Create a new channel classmake:command
Create a new Artisan commandmake:component
Create a new view component classmake:controller
Create a new controller classmake:event
Create a new event classmake:exception
Create a new custom exception classmake:factory
Create a new model factorymake:job
Create a new job classmake:listener
Create a new event listener classmake:mail
Create a new email classmake:middleware
Create a new middleware classmake:migration
Create a new migration file.make:model
Create a new Eloquent model classmake:notification
Create a new notification classmake:observer
Create a new observer classmake:policy
Create a new policy classmake:provider
Create a new service provider classmake:request
Create a new form request classmake:resource
Create a new resourcemake:rule
Create a new validation rulemake:test
Create a new test class
Todo
- Create custom directive for dir attribute '@dir'