Hello all, how Can I insert more than one value into the select tag using pluck? Form::select('peopl...
I am writing a test for a json route in laravel 5.4, I am supposed to be redirected if the GET reque...
Hey all, About a year ago, I posted about a package I was working on called Sketchpad, which I'm ple...
My console is throwing the following error: Pusher : No callbacks on private-App.user.1 for pusher:s...
Hello, I have two web Application that's work in different domaine , The first one is a Laravel web...
I have unit tests (not dusk browser test) setup on laravel 5.4, I have configured the baseUrl in php...
Link to GIF Hello everybody, Please check the gif image above - describes the issue easily. Ok I've...
Clockwork is the best package that i found to use during the development phase to make the developme...
Hello, This is my first attempt at writing a server provider. Any help would be deeply appreciated....
Hey Guys, I would like to create an HTTP test for Laravel 5.4 and i protect my page via HTTP Basic A...
Take the example Videos->comments Videos::with([comments => function ($q) { $q->take(1)...
i've been trying to deploy my recently almost completed app on heroku to try to test it remotely. th...
I am testing a form. In the form, there are some checkboxes which are with the same name as there ar...
I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...
I have a Laravel project with 1000+ tests. What I noticed is that the larger my routes.php file gets...
This sentence is the first paragraph..
This is my controller: $file = Storage::get('app.apk'); $ret = new Response ($file, 200); $ret->h...
When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...
Hello, I'm using SQLite to run unit tests on Jenkins and am unable to use the 5.2 migrations to crea...
I'm trying to run phpunit on a Homestead VM (Vagrant) and getting the following error: http://larave...
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