Feature request: Support Laravel package development
It would be great if Laravel Boost had first-class support for developing standalone Laravel Composer packages.
At the moment Boost feels app-first, which makes package development awkward when the package repo has no normal Laravel app or artisan file.
A supported package workflow would be useful, for example:
- running Boost from a package repo
- detecting a workbench/ app
- understanding package source, service providers, config, migrations, routes and tests
This is about using Boost while developing packages, not only shipping Boost guidelines for package users.
Feature request: Support Laravel package development
It would be great if Laravel Boost had first-class support for developing standalone Laravel Composer packages.
At the moment Boost feels app-first, which makes package development awkward when the package repo has no normal Laravel app or artisan file.
A supported package workflow would be useful, for example:
This is about using Boost while developing packages, not only shipping Boost guidelines for package users.