Hello, Im coming from the rails world and used to write tests like this one in rspec : require 'spe...
I'm trying to publish a site made with Laravel, but I have some difficulty understanding how to go a...
I ran into this problem yesterday evening and it took a good night's rest to figure out the silly is...
Hy !! any one please can help me i have this error after upload my application in a Windows server h...
Hello, I have 2 questions. Is there a sort of tutorial how to use this on L4 ? Does someone has...
$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...
Hi guys! I currently have a problem where I get stuck. I want to when you call example.com/xxx.jpg,...
Im really struggling to understand the whole concept of Contracts in Laravel 5. Interfaces I underst...
I'm experiencing strange behaviour with Filters and TestCases. It seems like filters are only being...
Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...
Eight Stages Inc. is looking for a talented QA Engineer to write integration tests for our new socia...
Hi guys, I tried to encode laravel (app folder) by ioncube but it dosen't work fine. some codes dosn...
Hello. This is the first time I tried to write a test, so I started by simple example: http://larave...
this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...
call_user_func_array() expects parameter 1 to be a valid callback, no array or string given
I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...
Hello, I am currently following this Laracast: https://laracasts.com/lessons/test-databases-in-memor...
There's a problem with a simple test which is not passing at all. I have an action within the contro...
Ok I'm using laravel 5 going through the tutorial series on Larabook and I'm stuck at trying to use...
Hi everyone, I just want to say if there would be an app for testing your laravel syntax; for exampl...
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