kamona / kui-laravel-fortify
Front-end scafolding for laravel/fortify based on kui-dashboard
Installs: 2 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 2
Forks: 3
Open Issues: 0
Language:Vue
Requires
- php: ^7.3|^8.0
README
Front-end scaffolding for laravel/fortify based on kui-dashboard
Laravel breeze version
⚠️ Note
⚠️ We recommend installing this package on a project that you are starting from scratch.
Usage
-
Fresh install Laravel >= 8.0 and
cd
to your app. -
Install laravel/fortify
composer require laravel/fortify
- Install kamona/kui-laravel-fortify
composer require kamona/kui-laravel-fortify --dev # After finish run this command php artisan kui-fortify:install blade # This command will publish laravel/fortify resources also. # Available stack (blade, vue). # Inertia (react) will be added soon. # then npm install && npm run dev # or yarn && yarn dev
- Configure your database.
- Run
php artisan migrate
. php artisan serve