Support the ongoing development of Laravel.io →

How to perform this complex SQL request in Laravel

Hi all, I want to perform this complex request in Laravel 4.2 : SELECT i.serial, z.name, count(im.da...

0 Likes
8 Replies
posted 10 years ago

Eloquent joining of multiple tables?

I have three tables: 1. Users Table field: user_id 2. Likes Table field: item_id...

0 Likes
1 Replies
posted 10 years ago

Need help with barryvdh/laravel-dompdf

I to use barryvdh/laravel-dompdf my script is just like this: $pdf = PDF::loadView('back.sales.recei...

0 Likes
2 Replies

Problem with Eloquent 'orWhere' clause

Hi guys, I'm having difficulties working with the query builder syntax. I'm trying to convert this...

0 Likes
1 Replies
Solved

laravel vagrant setup error

hello, I'm getting this error after trying to run vagrant box add laravel/homestead http://s23.posti...

0 Likes
0 Replies
posted 10 years ago

parse another table after belongsToMany result query (Eloquent Laravel)

I have posted in stackoverflow a question, however I did not get any answer. http://stackoverflow.co...

0 Likes
1 Replies

Link Redirect to specific method inside controller?

Hi, I want to make a link which redirect to specific method inside a controller when it is clicked....

0 Likes
1 Replies
posted 10 years ago

Redirect::back() to a section of previous page

Let's say I have a page at myhost.com/test with a section with id of "test". Is there any...

0 Likes
1 Replies
posted 10 years ago

Many-to-Many and Eager loading query

I am new with Laravel, I was able to query Many-to-Many relationships. Where 'template_dynamic' is t...

0 Likes
1 Replies
posted 10 years ago

Persistent Flashdata with Redis

Hello, I'm using Redis as session driver in Laravel, ever since this morning, after I've got a compo...

0 Likes
1 Replies

Exclude package from composer install in production

Hi - I have the following composer.json on my local machine which is included in my git repo that I...

0 Likes
6 Replies
posted 10 years ago

Mask email address

#Do you know some package form masking email at display# For exp. witter will show my email on page...

0 Likes
1 Replies

password salt : just wondering

Honestly, I should probably dig through the code and google some more but I was wondering how is sal...

0 Likes
8 Replies
posted 10 years ago

Laravel maintain a Session in subdomain of different server?

Suppose in a domain (app.domain.com) I have set a Session like this: Session::put('test', 'value');...

0 Likes
3 Replies

Seed did not work but migrate work perfectly

Hi friends, I try to make a modular Laravel application. I use "https://github.com/bstrahija/la...

0 Likes
5 Replies

Session fails when using Crypt facade

Hello, I am having an issue with the Crypt facade in Laravel. When I execute the code below, and the...

0 Likes
1 Replies

Need to create a override table function?

Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'suppl...

0 Likes
1 Replies
posted 10 years ago

Extend a layout multiple times on a page

Hey, I'm hoping there is a good solution for this: What I have is a template that I want to use for...

0 Likes
5 Replies

Implementing repository pattern

Should I use a package for reusing the code when implementing repositories or should I write all the...

0 Likes
2 Replies

Don't find .htaccess file.

I have installed laravel(4.2) via composer on my ubuntu desktop.. The problem is i don't find the .h...

0 Likes
5 Replies
Solved

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.