Support the ongoing development of Laravel.io →

Multiple controllers to same route

Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...

0 Likes
4 Replies
Solved
posted 10 years ago

Excel and Array issues

Hello, I am trying to export to excel the following....but i am getting an error: "Call to a me...

0 Likes
2 Replies
Solved
posted 10 years ago

CustomBlueprint.php

Hello, I try to extend the blueprint with some changes to have also crated_by and updated_by fields...

0 Likes
0 Replies
posted 10 years ago

Crypt laravel 3 -> laravel 4

Hi all, I created a year ago a Laravel 3 application. Now I am rewriting my application to Laravel 4...

0 Likes
0 Replies
posted 10 years ago

database relationship for profile messages

I am continuing working on my app. I have my users table setup with auth. I am working on the profil...

0 Likes
1 Replies

Related model method

Hi guys, I have 2 models: Player and Team. The relationship is: Team has many players. So, in my tea...

0 Likes
11 Replies
posted 11 years ago

Is this the best method for identifying if a route exists?

https://gist.github.com/carbontwelve/9089485 The above is how I have been identifying if a route exi...

0 Likes
1 Replies
Solved

Serialize PDO error with Iron.io Queue Push

Hi All, I'm having a problem with using Iron.io queues. Just calling Queue::marshal() is throwing up...

0 Likes
0 Replies

Best way to handle errors in laravel

I am stuck a bit, I have a little form and auth system - Sentry. Get data from Input and validate...

0 Likes
0 Replies

Restrict API access to my site only for Ember.js App

I want to use Ember.js for my site, and don't need to open up the api at this point. But I do want...

0 Likes
0 Replies
posted 10 years ago

Iron MQ vs Beanstalk

Hi, Can someone experienced with these 2 ( Iron MQ vs Beanstalk ) tell me what's the main difference...

0 Likes
3 Replies

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved
posted 10 years ago

Laravel white screen after installation - no errors

Hi guys, Just trying to setup a new Laravel installation on a client's VPS. The problem is public/in...

0 Likes
2 Replies

Handling views in packages for a project.

Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...

0 Likes
1 Replies
Solved
posted 10 years ago

How to search in the data fetched from the database?

Let's say I have fetched users from my users table into $users with the Eloquent ORM. Is there a way...

0 Likes
4 Replies

What am sending to the views

Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...

0 Likes
2 Replies
Solved

Basic routing question - passing value.

I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...

0 Likes
1 Replies
Solved

Problem with Polymorphic Table and Repository

Hey guys! Scratching my head a bit here. I'm hoping you lot can point out what I'm doing wrong. I ha...

0 Likes
2 Replies
posted 10 years ago

Make two queries into one

Hi guys, I'm having a hard time writing these two queries into one. $topic = Topic::where('slug', '=...

0 Likes
4 Replies
Solved
posted 10 years ago

Migration strtolower() error

Hy everyone, does anyone have a clue why my migration throws an error exception "strtolower() e...

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.