https://github.com/solutionforest/filamentloginscreen
Filament Login Screen - Just give us a easy to implement a different "login" screen design
https://github.com/solutionforest/filamentloginscreen
cms filament filamentphp filamentphp-plugin laravel
Last synced: 8 months ago
JSON representation
Filament Login Screen - Just give us a easy to implement a different "login" screen design
- Host: GitHub
- URL: https://github.com/solutionforest/filamentloginscreen
- Owner: solutionforest
- License: mit
- Created: 2024-05-03T05:35:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:56:17.000Z (almost 2 years ago)
- Last Synced: 2025-05-28T19:09:29.411Z (9 months ago)
- Topics: cms, filament, filamentphp, filamentphp-plugin, laravel
- Language: Blade
- Homepage:
- Size: 64.5 KB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Simple Change FilamentAdmin Login Page Screen
[](https://packagist.org/packages/solutionforest/filamentloginscreen)
[](https://github.com/solutionforest/filamentloginscreen/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/solutionforest/filamentloginscreen/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/solutionforest/filamentloginscreen)
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:
```bash
composer require solutionforest/filamentloginscreen
```
## Usage
In Admin Panel
```php
use Solutionforest\FilamentLoginScreen\Filament\Pages\Auth\Themes\Theme1\LoginScreenPage as LoginScreenPage; // See which login theme you want to use
return $panel->login(LoginScreenPage::class)
```
## Testing
```bash
composer test
```
## Screenshots
Theme 1

Theme 2

Theme 3

## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [alan](https://github.com/solutionforest)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.