| Install | |
|---|---|
composer require clarkeash/turbine |
|
| Latest Version: | v3.0.0 |
| PHP: | ^8.2 |
Turbine is a starter kit for Laravel making use of Livewire & Flux, you can think of it as laravel breeze for livewire.
[!WARNING] A paid flux pro account is required to use turbine, we do not ship any flux components with this package.
Install with no starter kit etc.
laravel new my-app
Install turbine
composer require clarkeash/turbine
Run installation command
php artisan turbine:install
php artisan migrate:fresh
Or with team support
php artisan turbine:install --teams
php artisan migrate:fresh
Build the assets
npm run build
/privacy)/terms)View the screenshots
We handle team support a little differently to things like laravel jetstream, we don't support users being on multiple teams, so we just have a team_id on the user table.
We support the following team features:
app/Enums/Role), we dont assign any permissions or checks for these roles.![]() |
![]() |
![]() |
![]() |
![]() |
![]() |