invaders-xx/filament-jetstream-profile

Get JetStream profile within filament

v1.1 2022-04-13 14:59 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.