Download the PHP package gru2007/filament-jetstream-ru without Composer
On this page you can find all versions of the php package gru2007/filament-jetstream-ru. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gru2007/filament-jetstream-ru
More information about gru2007/filament-jetstream-ru
Files in gru2007/filament-jetstream-ru
Package filament-jetstream-ru
Short Description A Laravel starter kit built with Filament inspired by Jetstream.
License MIT
Homepage https://github.com/stephenjude/filament-jetstream
Informations about the package filament-jetstream-ru
Filament Jetstream — A Laravel Starter Kit Built With Filament

Filament Jetstream, just like Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the perfect starting point for your next Laravel application.
Includes auth, registration, 2FA, session management, API tokens, and team support, all implemented with native Filament panels and components.
Skip boilerplate, start building features.
Installation
You can install the package via composer:
You can remove the --teams and --api arguments if you don't want those features.
Features
🔐 Authentication

👤 User Profile

👥 Team (Optional)

🔑 API Tokens (Optional)

🌍 Translation-ready
Usage & Configurations
Configuring the User Profile
Configuring Team features
Configuring API features
Existing Laravel projects
Installing the Profile feature
Publish profile migrations
Run the following command to publish the profile migrations.
Add profile feature traits to the User model
Update the App\Models\User model:
Installing the Team Features
Publish team migration
Run the following command to publish the team migrations.
Add team feature traits to User model
Update App\Models\User model to implement 'Filament\Models\Contracts\HasTenants' and use Filament\Jetstream\InteractsWithTeams trait.
Installing the API Features
Publish team migration
Run the following command to publish the team migrations.
Add api feature trait to User model
Update App\Models\User model to use Laravel\Sanctum\HasApiTokens trait.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- stephenjude
- taylorotwell
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-jetstream-ru with dependencies
filament/filament Version ^4.0
stephenjude/filament-two-factor-authentication Version ^3.0
illuminate/contracts Version ^12.0
mobiledetect/mobiledetectlib Version ^4.8
spatie/laravel-package-tools Version ^1.15.0