Go to file
Alexander Gabriel e24e019609
Some checks are pending
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, ubuntu-latest, 8.1, prefer-lowest, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, ubuntu-latest, 8.1, prefer-stable, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, ubuntu-latest, 8.2, prefer-lowest, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, ubuntu-latest, 8.2, prefer-stable, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, windows-latest, 8.1, prefer-lowest, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, windows-latest, 8.1, prefer-stable, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, windows-latest, 8.2, prefer-lowest, 8.*) (push) Waiting to run
run-tests / P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} (2.*, 10.*, windows-latest, 8.2, prefer-stable, 8.*) (push) Waiting to run
updated plugin by documentation
2025-11-09 19:50:15 +00:00
.github configured plugin 2025-11-09 19:18:07 +00:00
bin configured plugin 2025-11-09 19:18:07 +00:00
config configured plugin 2025-11-09 19:18:07 +00:00
database configured plugin 2025-11-09 19:18:07 +00:00
resources updated plugin by documentation 2025-11-09 19:50:15 +00:00
src configured plugin 2025-11-09 19:18:07 +00:00
stubs Initial commit 2025-11-09 20:10:34 +01:00
tests configured plugin 2025-11-09 19:18:07 +00:00
.editorconfig Initial commit 2025-11-09 20:10:34 +01:00
.gitattributes Initial commit 2025-11-09 20:10:34 +01:00
.gitignore Initial commit 2025-11-09 20:10:34 +01:00
.prettierrc Initial commit 2025-11-09 20:10:34 +01:00
CHANGELOG.md configured plugin 2025-11-09 19:18:07 +00:00
composer.json updated plugin by documentation 2025-11-09 19:50:15 +00:00
LICENSE.md configured plugin 2025-11-09 19:18:07 +00:00
package-lock.json updated plugin by documentation 2025-11-09 19:50:15 +00:00
package.json updated plugin by documentation 2025-11-09 19:50:15 +00:00
phpstan-baseline.neon Initial commit 2025-11-09 20:10:34 +01:00
phpstan.neon.dist Initial commit 2025-11-09 20:10:34 +01:00
phpunit.xml.dist configured plugin 2025-11-09 19:18:07 +00:00
pint.json Initial commit 2025-11-09 20:10:34 +01:00
postcss.config.cjs Initial commit 2025-11-09 20:10:34 +01:00
README.md configured plugin 2025-11-09 19:18:07 +00:00
tailwind.config.js Initial commit 2025-11-09 20:10:34 +01:00

This is my package filament-oauth2

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

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require alexandergabriel/filament-oauth2

You can publish and run the migrations with:

php artisan vendor:publish --tag="filament-oauth2-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="filament-oauth2-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="filament-oauth2-views"

This is the contents of the published config file:

return [
];

Usage

$filamentOauth2 = new AlexanderGabriel\FilamentOauth2();
echo $filamentOauth2->echoPhrase('Hello, AlexanderGabriel!');

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.