Hi, Not sure what has happened here but I was just trying out Laravel 5 and seeing what had changed...
Hi, I'm build an webapp API that receives an image file from users using post forms and need to send...
Hi Laravel community, I have an existing PHP + MySQL application (Content Management System), which...
I am wondering if anyone else has had this issue before, I am developing on OSX and using MAMP for m...
Hi, I'm having a high number of SQL queries when I enable pagination in my view. I basically have co...
Hey there :) Even though I do know that there is quite some overhead using magic functions / eloquen...
I was hoping to get some ideas for posting data to multiple tables in mysql. For example. I want to...
I have a Book table that has a column for stocks count.For example the beginning stocks of a certain...
I have an application in Laravel5. What I need is to be able to call an external api and then proces...
Hello, I am having problem querying my database. If anyone can help it would be very appreciated. I...
I've used Image/intervention to manage my images. It works great when I'm storing a record, but when...
So here is the scenario You can paginate a set like this ~~ $books = Books::where('price', 1)->pa...
Hi there - anybody know how to fix this? $sales = OrderLine::with(array('Order' => function($que...
hi, laravel4 was made to work with Varnish caching by deploying the 'SessionMonster' package. http:...
Why isn't there an interface defined for an event subscriber, which defines the method subscribe($ev...
I'm developing my first Laravel-based application from scratch, and designing as I go, so the databa...
I have a webpage ('teams.blade.php' with three pictures of three sports teams. When the user clicks...
Hi there, I've tried to follow http://code.tutsplus.com/tutorials/testing-like-a-boss-in-laravel-mod...
I'm currently experiancing a slow down in my development workflow, it is taking around 3-4s for my l...
I have a problem with login and signup in L4 page, the project works fine in my local machine. but i...
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.