Hello, I have a form request class with a validation rule that looks like this 'array.*.type' =>...
I want to fake notification but always it asserting false and say The expected [App\Notifications\Ne...
eminkokdemir liked this thread
I'm trying to add the code-coverage report feature for phpunit in Laravel 6 by following the tutoria...
Hello i have installed 2fa on my code and when i enable that on user. i get error and i cant view an...
I had the same problem working with laravel in version 5.5 presented in the thread erkanarslan, howe...
websterl3o liked this thread
`$ad = Ad::create([ 'title' => 'This is first ad', 'body' => '', ]); dump($ad->title);...
No matter what I do, the constructor of the mocked class isn't called. The constructor has one param...
I want to create a laravel app with multiple users but I can not find a simple way to do so. Is ther...
I created tests with relation the database. I setting up the gitlab-ci.yml for Laravel. When the fil...
I am testing my application (5.8) with the integrated PHPUnit configuration and I have problems with...
I got an error when im running the unit testing when i add temporaryUrl on retrieving file from s3 ....
Hello, I'm new here and this is my first thread here, becouse I'm slowly getting desperate about a t...
Laravel 6 PHP 7.3 I'm trying to test upload multiple files $this->postJson('/products', [ '...
Hi, first time i try dusk. So i follow steps in documentation. After dusk installation, we see a new...
UploadedFile {#576 ▼ -test: false -originalName: "rid_full.xlsx" -mimeType: "applicat...
Hi, I'm experiencing performance problems: I'm sure my test is very simple and fine, but it fails. P...
I'm using Laravel events for broadcasting to pusher package (I'm using Laravel websockets, so it's n...
I'm slightly new to laravel and managed to build a simple website using laravel. I tried to deploy t...
I have a command, which uses the queue method on the Artisan facade. Using the Bus/Queue fakers in a...
Hi, I'm just keen to learn what experiences others have had working with Laravel Shift (laravelshift...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community