Hello, We have some troubles with our developer... Can you please give us some info about the salari...
New-ish to Laravel so pardon me if I'm getting something completely wrong. I'm wanting to start unit...
My search controller is as follows `<?php class SearchController extends \BaseController { /** *...
Hello, the issue I'm having is that I created a user table as my first migration, then added a migra...
I'm a novice developer trying to get phpunit set up in an already developed app(Laravel 4.2) but I g...
I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...
Hey everyone. Is there a way to "seed" a test database using some obscure function in Lar...
I was busy doing code to populate a second drop down with java and i realized that i may just be was...
My Middleware \Event::fire(new RouteRequested($request->route()->getName())); My test $r...
what is the best and cheep shared hosting I can deploy laravel 5.x and use artisan and composer. I h...
Hello, I would like to use this package with Laravel . https://github.com/dvdoug/BoxPacker I followe...
We are using Laravel 5.1 with integrated package in order to use selenium webdriver to create accept...
if I had variable declared in view like this //in index.blade.php <?php $var = Model::find(1)...
how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...
Hello, I have recently updated Laravel from 5.0 to 5.2 but it seems the Event handling has changed a...
I have tried various combination to imitate a file upload without much luck.. My last attempt consis...
Hi am building task management system. am completed almost work, am searching for one option how to...
need help on this this error: The stream or file "/volume1/web/dar/app/storage/logs/laravel.log...
I try to mock this: \Schema::drop('tableName') in my unit test like this: \Schema::shouldReceive('dr...
Hi I created one event which fires upon user registration. This works when i test it out & also...
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