Download the PHP package clarkeash/turbine without Composer
On this page you can find all versions of the php package clarkeash/turbine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package turbine
Turbine
Intro
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.
Installation
Create new laravel application
Install with no starter kit etc.
Install turbine
Run installation command
Or with team support
Build the assets
Features
- Login
- Registration
- Password Reset
- Logout
- Starter Dashboard
- Profile Settings
- Update name, email
- Update password
- Team Support
- Legal Pages
- Privacy Policy (
/privacy
) - Terms of Service (
/terms
)
- Privacy Policy (
View the screenshots
Team Support
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:
- Inviting users to a team
- Removing users from a team
- Editing the user details on a team
- Updating the team name
- We have team roles (admin, editor, viewer) which you can customise (see
app/Enums/Role
), we dont assign any permissions or checks for these roles.
Screenshots
Inspiration
- Laravel Breeze
- Fission Starter Kit by Josh Cirre
All versions of turbine with dependencies
illuminate/console Version ^11.0|^12.0
illuminate/filesystem Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
illuminate/validation Version ^11.0|^12.0
symfony/console Version ^7.0
livewire/flux Version ^2.0