-
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
"la…
-
My phpunit.xml:
```
./app
./tests/Unit
./tests/Feature
```
…
-
Rename folder working only for local disk but on S3 not working.
Handle not working correct for S3. It's return success but actually move() process failed. Maybe it's League bug, but anyway file man…
-
Now lazy params are implemented so that they range in sequence and wait for previous to resolve. To make page loading faster we need to make params functions run as a goroutine and return a channel to…
-
I get this when trying to install the form generator
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: remove laravel/framework v4.1.23
- C…
-
Laravel 8 is coming next week and it introduces [class based](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Console/Factories/stubs/factory.stub) factories.
Are there any plan…
-
Hi,
I am using laravel with mockery to unit test my queries.. how can I mock the `when` method of laravel db query using mockery? so here is what I want to test..
```php
-
PHP 8.1, Laravel 9
I just added Lucid to my project and ran `lucid init:micro` and got this:
```
Initializing Lucid Micro for Laravel 9.0.0
Created directories:
/app/Data
/app/Domains
/ap…
-
Hello,
I have try this in Laravel 8 with tutorial: https://dev.to/roxie/how-to-add-google-s-two-factor-authentication-to-a-laravel-8-application-4jjp
The error what i'm getting when i'm trying to …
-
The Opauth class requires it's config passed in when instantiated. I'm using Laravel 4 and would like to have an Opauth instance assigned via Laravel's auto-injection (if you define a type-hinted para…