larapkg/artisan

Free standing artisan for package development.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

1.0.0 2021-10-18 13:12 UTC

This package is auto-updated.

Last update: 2024-03-18 23:47:28 UTC


README

We wanted a way to use artisan in all its glory during package development, artisan is a real handy tool which comes in real handy for package development, we have combined this with flipbox/lumen-generator and our own larapkg/lumen-discover and produced what we think could be a real handy tool for some.

We took the Lumen kernal and extended the Lumen application to override the Lumen Applications path method allowing us to change the base path from app to src for package development - simple as that.

With the auto discovery it means, you can composer require any lumen or laravel package with the extra entry in the composer json and artisan will automatically boot and register it at run time, so no need to add manually to the bootstrap file.

Please note though, that this is a shell around lumen so certain packages may not work correctly, you should be sure of the packages you want this to work with.