Support the ongoing development of Laravel.io →

4,608 Threads

Cachier + Stripe: create unbilled subscription

I have built an application based on Laravel and Stripe. To access its services, the user needs a su...

0 Likes
0 Replies

API Best Practice

Hey guys, I have a development workflow question. I'm looking to load a lot of content from an API,...

0 Likes
1 Replies

Eloquent Inheritance (Multiple Table Inheritance)

Hello, I've been strugling to solve the Eloquent Inheritence problem but haven't found a solution ye...

0 Likes
0 Replies

Setting up Vagrant and Homestead

Hi. i have setup homestead and vagrant following this articlehttps://laravel.com/docs/4.2/homestead)...

0 Likes
1 Replies

schema builder

I am trying to use the schema builder with larval 5.2.5 . When I run the code without the schema bui...

0 Likes
0 Replies

PDOException - could not find driver // but the migrations job works fine

Hey, i had set up a fresh Laravel installation with a PostgreSQL database in the Backend. I want use...

0 Likes
1 Replies
Solved

Pivot tables -> to auto_increment or to not auto_increment?

Simple one: Should pivot tables use an auto_incrementing primary key id column? I can't think of a u...

0 Likes
1 Replies

Get all users with first picture in Eloquent

Hi everyone!, I try and search but i cannot make this with eloquent I made this without eloquent, bu...

0 Likes
2 Replies

trend news in my website

Hello, I need algorithm to show trend news from database each 24 hours based on the news title and g...

0 Likes
8 Replies

Laravel relationship with a 3 column pivot table

I have 3 tables: id | name 1 | Men >80kg 2 | Women >80kg...

0 Likes
3 Replies

Host Laravel 5 Project In Web

How to host Larave 5 developed project in Web.?? -> Database Issue : I tried several time to uplo...

0 Likes
2 Replies

PHP7 in Laravel

Are there any estimations of implementing PHP7 in Laravel?

0 Likes
1 Replies
Solved

so strange to me . what happened?

[2015-07-27 18:29:50] product.ERROR: exception 'RuntimeException' with message 'Can't swap PDO insta...

0 Likes
11 Replies

Apply Non Fillable Fields Mass Assignment

When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...

0 Likes
4 Replies

Creating a filter for results from relationships

I've asked this question on IRC and stackoverflow, but I may have described it wrong or too complica...

0 Likes
6 Replies

How to make a particular table in migration?

i have three files of x.php , y.php , a.php .......... in migration table with all three different t...

0 Likes
1 Replies

Eloquent Localization

I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...

0 Likes
3 Replies
Solved

Eloquent Relation - Get result if

Hey guys, Im using the code: $events = Event::where( 'accepted', 1 ) ->with( [ 'club.city', 'o...

0 Likes
1 Replies

Yajra-Oracle PHP7 Nginx Oracle not connecting

Hi ! I do update a development server to use PHP7-FPM, Nginx and Oracle. A simple PHP oci_connect sc...

0 Likes
0 Replies

Method ::find not found in Laravel 5.2 / Eloquent

In Laravel 5.2 I made a folder app/Models. This is one of my models: app/Models/Pin.php namespace Ap...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.