Support the ongoing development of Laravel.io →

Database whereHas with Wherein (Query Builder)

id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...

0 Likes
1 Replies
posted 11 years ago

A global partial view in a Controller

Hello, I need to put in my template a set of js files. What is the best way to create a global view...

0 Likes
5 Replies

Migrating users from L3 app to new L4 app

I am looking to refactor a current application running L3 to L4. After reading all these great books...

0 Likes
1 Replies
posted 11 years ago

permission errors

Hello, some errors Error in exception handler: The stream or file "/var/www/myapp/app/storage/l...

0 Likes
7 Replies

Configuring max execution time for "artisan migrate"

I am porting an application from Kohana with loads of data from both MySQL and MongoDB. I have a bun...

0 Likes
1 Replies
Solved

Capture Model old data before committing updated data to database

Hi, We have a requirement in our application wherein we need to capture all instance of update opera...

0 Likes
1 Replies

Array on One Column (Join)

DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...

0 Likes
1 Replies

How would you structure this application?

Hey everyone, just getting started and feeling a bit overwhelmed. Hoping someone can set me straight...

0 Likes
3 Replies

Laravel and phpmyadmin on shared host

Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...

0 Likes
1 Replies
posted 11 years ago

Master Blade not extended for only 1 view

I have a master blade and views that work fine. But for 1 view, only the content from that view is s...

0 Likes
10 Replies
Solved
posted 11 years ago

How big of a controller is to big?

Currently building a website, it has about 20 pages which means I have roughly 25 controllers or Pub...

0 Likes
6 Replies
posted 11 years ago

Trouble Altering a columns Data Type

Hi! I'm trying to run a migration that will alter some of my tables to correct the data type of some...

0 Likes
1 Replies
Solved

different routes depending on user type

Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...

0 Likes
3 Replies

getting id from a join

i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...

0 Likes
2 Replies
Solved

Getting Call to undefined method, while pulling records from a model.

I must be missing something obvious here... I have a model called PlanType and another called Pricin...

0 Likes
2 Replies
Solved

Problem with Firewall package

I use firewall package (http://packalyst.com/packages/package/pragmarx/firewall) in my app. This is...

0 Likes
2 Replies
Solved
posted 11 years ago

Manager/User relationship

Hi, I have set up my site so that a User can have a Role by doing: class User... public function...

0 Likes
1 Replies
posted 11 years ago

Bug. These forum posts need some html entities (and response to @rob1grie)

I just posted a somewhat incorrect answer on this thread: http://laravel.io/forum/03-10-2014-specify...

0 Likes
1 Replies

Error validation : Replace label attribute in error message

Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...

0 Likes
1 Replies
Solved

Using GULP with laravel - understanding the basics

Hi I've been using basset as my asset manager and am playing with gulp.js as an alternative to compi...

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