electrik/electrik
| Install | |
|---|---|
composer require electrik/electrik |
|
| Latest Version: | 5.0.0-alpha.14 |
| PHP: | ^8.3 |
| License: | BUSL-1.1 |
| Last Updated: | Aug 23, 2026 |
| Links: | GitHub · Packagist |
Electrik 5.x
Alpha. APIs will change. Built on Electrik Slate 3.x.
Laravel SaaS starter kit: authentication, teams, and Stripe billing — as a Composer package (code stays under Electrik\, not copied into App\).
Coming from Slate? Same UI kit — add the product shell: composer require electrik/electrik:^5.0@alpha → install guide · demo.
License
Business Source License 1.1 with a free Additional Use Grant for personal, educational, open-source, and pre-revenue indie use. Commercial use by companies and client work requires a commercial license. See LICENSE.
Requirements
- PHP 8.3+
- Laravel 12+
- Livewire 4
- Tailwind CSS v4
electrik/slate^3.0@alphaelectrik/teamwork^11.0(Electrik fork of Teamwork; Laravel 13 ready)spatie/laravel-permission^6.0laravel/cashier^15.0
Install (alpha)
composer require electrik/electrik:^5.0@alpha
php artisan electrik:install
Local sandbox
From the lab root (electrik/ workspace folder):
./scripts/reset-electrik-sandbox.sh
cd electrik-sandbox
php artisan serve
That wipes electrik-sandbox/, creates a fresh Laravel app, path-links local electrik + slate, runs electrik:install, and builds assets.
Auth smoke pages after reset: /login, /register, /forgot-password.
Billing: /billing (set Stripe test keys in .env, then php artisan electrik:stripe:sync).
Local workspace (path-repo Slate inside the package):
# merge composer.local.json repositories into a consumer app, or use the sandbox script above
composer update electrik/slate
Stack
- UI: anonymous
<x-slate::*>components + Slate tokens - Docs for UI: https://slate.electrik.dev
- Product site: https://electrik.dev
Status
5.0.0-alpha.7 ships auth, teams, billing, and account profile/password settings.
Related Packages
TeamKit starter kit built on Laravel 13.x and Filament 5.x with a ready-to-use m...
FilaKit starter kit built on Laravel 13.x and Filament 5.x with a ready-to-use m...
A modern Laravel starter kit featuring Livewire Volt, Mary UI, and Tailwind CSS...
FilaKit starter kit built on Laravel 13.x and Filament 3.x with a ready-to-use m...