webregulate / dev-companion
Developer tool suite
Fund package maintenance!
WebRegulate
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/webregulate/dev-companion
Requires
- php: ^8.2
- illuminate/contracts: ^10.0||^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2026-01-21 12:43:43 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer (BE AWARE THAT THIS PACKAGE IS IN ACTIVE DEVELOPMENT AND NOT YET STABLE):
composer require webregulate/dev-companion "dev-main" --dev
Install assets (this is needed for the php artisan dev-companion command to work):
php artisan dev-companion:install
Next, modify the dev-companion configuration file to your needs:
/config/dev-companion.php
Usage
Simply run the following command to open the developer companion interface:
php artisan dev-companion
Credits
License
The MIT License (MIT). Please see License File for more information.