Support the ongoing development of Laravel.io →

4,606 Threads

Custom categorization database

Hi, I'm currently working on a e-commecr site and the following is how I structured my items ** note...

0 Likes
1 Replies

REGEXP in Where Query Builder

$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...

0 Likes
1 Replies

Laravel Multitenant Connection

Hi. Can anyone help me with this? --> http://laravel.io/bin/wJX5b#4,14 Thanks in advance.

0 Likes
2 Replies

Graphs with Laravel

Hi Having read about & played with Laravel, I started to build an application with it for one of...

0 Likes
11 Replies
Solved

Timestamps (both updated_at and created_at) have default value of 0000-00-00 00:00:00?

I have created some test model classes, which have corresponding migrations and seeders. It all work...

0 Likes
0 Replies

Problem with Laravel 4 image MIME types. Keep getting error message

Hi Everyone, I'm having a problem with laravel 4 MIME types. Everytime I upload an image(it can be j...

0 Likes
0 Replies

Best database structure

I created a totally working application which has tables like notes, invoices, projets, clients, etc...

0 Likes
6 Replies

Moving variables across views

In my project I am having a hard time passing the id of a page (In this situation it is a page showi...

0 Likes
1 Replies

laravel4 connection to MySQL over SSL

Need help in connecting laravel app to MySQL over SSL. We have been trying to connect to MySQL over...

0 Likes
0 Replies

Hierarchy and sales in Eloquent

Hi! Introduction I'm currently in the making of a sales report system. Customers will be able to bui...

0 Likes
0 Replies

Laravel Points/Rewards System

Hello all, I'm a newbie at using frameworks like laravel, and its a great framework BTW, im knowledg...

0 Likes
2 Replies

Issue When Polymorphic Relationship Doesn't Exist

I have the following relationships setup... Viewing -> viewable() = morphTo Rental -> viewing(...

0 Likes
2 Replies
Solved

[SOLVED] Stumped as to why a query is not working

I'm working on my first project done in Laravel and almost everything so far has been smooth sailing...

0 Likes
0 Replies

Polymorphism

I have a table called attachments which has the fields ID TABLE_NAME TABLE_ID and ATTACHMENT Another...

0 Likes
1 Replies

Cast plain old array to Laravel Collection

I have written a PostGres function that uses a CTE to return me a result set. The result set contain...

0 Likes
3 Replies
Solved

[Revisionable Laravel] Why does the revision data not saved in the table revisions?

here is my OperatingProcedure model class OperatingProcedure extends BaseModel { use \Venturecra...

0 Likes
4 Replies

Functions in models - static or create a facade?

Hi I've been using larval for a while now but I really want to make sure I'm doing this correctly an...

0 Likes
3 Replies

Eager Loading with constrains -> load post based on category name

Hi everyone, i'm new to Laravel and trying to get confortable with Eloquent. In the last days i stru...

0 Likes
3 Replies
Solved

How to access relationship over relationship? Something like belongsToThrough() needed.

Hey, I have this schema: table_1: id table_2: id table_3: id, table_2_id, table_1_id I need this sc...

0 Likes
2 Replies
Solved

Best way to use Stripe billing

Hi! I need help to implement Stripe billing method into my project. I have one main user table and t...

0 Likes
4 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.