Front-end scaffolding for laravel/fortify based on kui-dashboard
⚠️ We recommend installing this package on a project that you are starting from scratch.
-
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