I have built an application based on Laravel and Stripe. To access its services, the user needs a su...
Hey guys, I have a development workflow question. I'm looking to load a lot of content from an API,...
Hello, I've been strugling to solve the Eloquent Inheritence problem but haven't found a solution ye...
Hi. i have setup homestead and vagrant following this articlehttps://laravel.com/docs/4.2/homestead)...
I am trying to use the schema builder with larval 5.2.5 . When I run the code without the schema bui...
Hey, i had set up a fresh Laravel installation with a PostgreSQL database in the Backend. I want use...
Simple one: Should pivot tables use an auto_incrementing primary key id column? I can't think of a u...
Hi everyone!, I try and search but i cannot make this with eloquent I made this without eloquent, bu...
Hello, I need algorithm to show trend news from database each 24 hours based on the news title and g...
I have 3 tables: id | name 1 | Men >80kg 2 | Women >80kg...
How to host Larave 5 developed project in Web.?? -> Database Issue : I tried several time to uplo...
[2015-07-27 18:29:50] product.ERROR: exception 'RuntimeException' with message 'Can't swap PDO insta...
When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...
I've asked this question on IRC and stackoverflow, but I may have described it wrong or too complica...
i have three files of x.php , y.php , a.php .......... in migration table with all three different t...
I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...
Hey guys, Im using the code: $events = Event::where( 'accepted', 1 ) ->with( [ 'club.city', 'o...
Hi ! I do update a development server to use PHP7-FPM, Nginx and Oracle. A simple PHP oci_connect sc...
In Laravel 5.2 I made a folder app/Models. This is one of my models: app/Models/Pin.php namespace Ap...
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