bitpress / auto-package-discovery
This package is abandoned and no longer maintained.
No replacement package was suggested.
0.3.0
2019-09-15 06:34 UTC
Requires
- php: ^7.1.3
- ext-json: *
- symfony/console: ~3.0|~4.0
- symfony/finder: ~3.0|~4.0
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2024-02-15 16:40:26 UTC
README
A CLI tool to generate Laravel's package discovery composer configuration.
Installation
You can install this CLI tool globally and run it from the root of a Laravel package:
composer global require bitpress/auto-package-discovery
Usage
If you install the package globally you can use the CLI as follows on your Laravel package source code:
cd path/to/laravel/package laravel-discover # Or specify a path laravel-discover path/to/laravel/package
License
The MIT License (MIT). Please see License File for more information.