feek

Results 13 issues of feek

Do we need an additional container just for composer? I have several extensions I am installing in my php container, which should also be installed in the composer container. I...

**Steps to reproduce** - Fresh laravel project (do not `npm install`). - `./laradose.sh --install` - `docker-compose up` **Expected** - container starts up **Actual** ```sh npm run development -- --watch cross-env...

This PR should tighten the return types of the `config` helper to be the actual resolved type at runtime, rather than `Repository|mixed`. This should result in proper types being returned,...

release:feature
release:minor

**Is your feature request related to a problem? Please describe.** ```php $disk = Storage::disk('resources');   $path = 'definitions/features/'; foreach ($disk->files($path) as $file) { // } ```

enhancement

Most phpunit assertion methods have an optional `message` parameter. Would be great to print this in color to make it stand out. IE `A billing message is expected to be...

This package ships with a phpstan extension, would be great for one to be made for psalm as well. IE ``` Magic method Square\Hyrule\Nodes\AbstractNode::string does not exist ``` Workaround: For...

similar to https://github.com/phpstan/phpstan-mockery/issues/3 I am still experiencing the following code as failing on `0.11.2` ``` $mock = Mockery::mock(Something::class); $mock ->shouldReceive('foo') ->andReturn(null) ->shouldReceive('bar'); ``` Currently, the second shouldReceive call will trigger...

### Package version N/A ### Describe the bug This isn't a bug with `japa` itself, but rather the repository issue configuration. **Steps to reproduce:**: - visit https://github.com/japa/runner/issues - click `New...

right now this project depends on eslint plugin `^5.37.0`. When I try to install the likes of https://github.com/sweepline/eslint-plugin-unused-imports , I get ``` npm install eslint-plugin-unused-imports --save-dev npm ERR! code ERESOLVE...

Make the downloaded file name more readable. Date?

enhancement