nunomaduro / laravel-pot
Set of commands to inspect Laravel's container
Fund package maintenance!
nunomaduro
Patreon
www.paypal.com/paypalme/enunomaduro
Installs: 1 584
Dependents: 0
Suggesters: 0
Security: 0
Stars: 94
Watchers: 4
Forks: 4
Open Issues: 1
Requires
- php: ^8.1.0
- laravel/framework: ^9.34.0
Requires (Dev)
- laravel/pint: ^1.2.0
- orchestra/testbench: ^7.9
- pestphp/pest: ^1.22.1
- phpstan/phpstan: ^1.8.7
- symfony/var-dumper: ^6.2.0
README
About Laravel Pot
Laravel Pot was created by, and is maintained by Nuno Maduro, and is a set of commands to inspect Laravel Application's container.
Installation & Usage
Requires PHP 8.1.0+
Create your package using Composer:
composer require nunomaduro/laravel-pot
List all Bindings and instances
How to use:
php artisan pot:list
List all Singletons
How to use:
php artisan pot:singletons
Contributing
Thank you for considering to contribute to Laravel Pot. All the contribution guidelines are mentioned here.
You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro
Support the development
Do you like this project? Support it by donating
License
Laravel Pot is an open-sourced software licensed under the MIT license.