//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...
I'm just starting out with TDD and I'm trying to test validation in a model. Currently, all my test...
Hopefully someone can help me, I've been trying to find out why for the last few hours. I'm trying t...
Hi, I have a big confession to make: I have a testingproblem. These days everyone is talking about t...
Hello! I am new using laravel framework. I want a simple commenting system to my application using l...
Here you have my method. How you can see in line 28 I want to upload the image, but it doesn't work...
The last time I worked me through the ideas of ValidationServices, Repositories and all that stuff....
Hi guys, I've made an artisan command/package that (through popular PHP_CodeSniffer) detect violatio...
I'm more and more looking at working with a combination of phpspec for unit testing and codeception...
Here : Laravel-route-parameters There is a missing semi-colon(;) at the end of "Passing An Arra...
http://laravel.io/bin/1JqJ In this code I'm trying to test the store method, which is called after p...
To allow for proper unit tests, it is recommended to avoid using Facades. How can I access Session i...
Hi, I am sure that Laravel framework is well tested, but how can I find the test cases of Laravel it...
That's my route: Route::get('/admin/dashboard/{username}', array( 'as' => 'get-admin-dashboar...
Need independent testing/evaluation done on a web application currently being developed using Larave...
Need independent testing/evaluation done on a web application currently being developed using Larave...
What is the best way to write a unit test for a class which depends on an Eloquent model with relati...
Hello there. I've been struggling for hours and hours, searching all over google on how to use Mink'...
I'd like to use GitHub Pages to view my laravel site, but my /vendor folder (and other bits) are in...
Well I just wanted to post here, incase anyone else is having issues that I have came across and too...
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