Download the PHP package blumilksoftware/stubs without Composer
On this page you can find all versions of the php package blumilksoftware/stubs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blumilksoftware/stubs
More information about blumilksoftware/stubs
Files in blumilksoftware/stubs
Package stubs
Short Description Laravel stubs refactored and consistent with the Blumilk codestyle.
License MIT
Informations about the package stubs
blumilksoftware/stubs
Laravel stubs refactored and consistent with the Blumilk codestyle.
php artisan make:rule
before and afterblumilksoftware/stubs
Installation
Just run:
It should add BlumilkStubsServiceProvider
to your application via automagic package discovery.
Usage
There are two ways to use Blumilk stubs.
Default one creates a symbolic link in your application's main directory pointing to the vendor directory ./vendor/blumilksoftware/stubs
:
Second one triggers copying of all stubs from vendor into your application's main directory:
After that any php artisan make:whatever
will be using new stubs.
Development
Run tests:
Run codestyle check:
Please maintain our project guidelines:
- keep Issues well described, labeled and in English,
- add issue number to all your commits,
- add issue number to your branch name,
- squash your commits into one commit with standardized name.
dcr
should be an alias todocker-compose run --rm -u "$(id -u):$(id -g)"
.
All versions of stubs with dependencies
illuminate/console Version ^8.40.0|^9.8.1
illuminate/filesystem Version ^8.40.0|^9.8.1
illuminate/support Version ^8.40.0|^9.8.1