filament-developer-gate
Secure your selected route by using a middleware with static password for developers only
Extends filament
composer require tomatophp/filament-developer-gate- developer-access
- developer-tools
- filamentphp
- filamentphp-plugin
- gate
- security
Readme

Filament developer gate
Secure your selected route by using a middleware with static password for developers only
Version Compatibility
| Plugin | Filament | Laravel | PHP |
|---|---|---|---|
| 5.x | 5.x | 12.x, 13.x | 8.2+ |
| 4.x | 4.x | 11.x, 12.x | 8.2+ |
Screenshots
Try it live on demo.tomatophp.com.


Installation
finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php
Usage
to secure selected resource or page you can use this trait
or you can use the middleware direct on your routes like this
you can add a logout action button to your page or resource by using this trait
or you can use direct action like this
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Testing
if you like to run PEST testing just use this command
Code Style
if you like to fix the code style just use this command
PHPStan
if you like to check the code by PHPStan just use this command
Other Filament Packages
Checkout our Awesome TomatoPHP