laravel 4.2 is no error with tinker but laravel 5.0 is error $> git clone https://github.com/lar...
I have created "categorystream" in "schools" section. I have added categorystrea...
Hi, I'm using DatabaseTransactions trait to have transactions on tests. I have custom connections on...
Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...
I'm trying write test method that use WithoutMiddleware class but this class don't valid under Illu...
Synopsis I have a problem where by when I try to call migrate:reset within a test tearDown method I...
Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...
I have a model that i like to unit test. The majority of methods use standard database functions. On...
In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...
websterl3o liked this thread
I am trying to join two tables so that I can get the article name and slug, with only one query as I...
Hello, I have an API called restclient.php. What basically happens is that I'll include the restclie...
I've read several threads where people had problems testing their controllers by posting json to the...
Hi! I'm trying to upgrade my packages to Laravel 5 but I'm finding an error with the Service Provide...
Hello everyone!, I've finished the laracasts' larabook tutorial, and it works pretty well on my loca...
Hi guys, I just created a custom helper method. My route: //Demonstrate custom helper method. Route:...
The folder I'm sharing between Windows 7 and homestead's Unbuntu doesn't synchronize. If I add a fil...
I have 2 environments and 2 configuration directories in my project: local and testing. One is for n...
How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...
When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...
I know there are a method what called find in laravel, I have a table with this structure (articles...
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