invaders-xx / filament-jetstream-profile
Get JetStream profile within filament
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
Language:Blade
Requires
- php: ^8.0
- filament/filament: ^2.0
- illuminate/contracts: ^8.74|^9.0
- laravel/jetstream: ^2.0
- livewire/livewire: ^2.5
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-09 05:43:17 UTC
README
Retrieve the standard Jetstream profile view in Filament
Installation
You can install the package via composer:
composer require invaders-xx/filament-jetstream-profile
You can publish the config file with:
php artisan vendor:publish --tag="filament-jetstream-profile-config"
This is the contents of the published config file:
return [ 'enable_profile_page' => true, ];
Testing
composer test
Contributing
If you want to contribute to this packages, you may want to test it in a real Filament project:
- Fork this repository to your GitHub account.
- Create a Filament app locally.
- Clone your fork in your Filament app's root directory.
- In the
/filament-jetstream-profile
directory, create a branch for your fix, e.g.fix/error-message
.
Install the packages in your app's composer.json
:
"require": { "invaders-xx/filament-jetstream-profile": "dev-fix/error-message as main-dev", }, "repositories": [ { "type": "path", "url": "filament-jetstream-profile" } ]
Now, run composer update
.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.