Support the ongoing development of Laravel.io →

oauth2-server failing under test

We are implementing Luca Degasperi's OAuth 2 server in our REST app. The integration seem to work ve...

0 Likes
1 Replies
Solved

Laravel 4, Ajax and Dojo Toolkit's AMD features

Is anyone ever tried implementing the dojo toolkit AMD with laravel 4, or could anyone please point...

0 Likes
1 Replies

How to select which route parameter to pass on a controller function?

Hi guys! Recently I added a "page" segment on the url for pagination so I changed my '{sec...

0 Likes
2 Replies
Solved
posted 11 years ago

What credentials to use when configuring mysql db and memcache for Laravel 4 with EC2 on AWS

have my Laravel 4 project up on my EC2 server in AWS, and the final step is to connect my db and mem...

0 Likes
0 Replies

Model/Database Design question

Hi everyone, I'm currently developing a small real estate app, and before starting, I was wondering...

0 Likes
2 Replies
posted 11 years ago

Call to undefined method associate()

Hi, I'm trying to associate Users with workgroups... but I keep getting error call to undefined meth...

0 Likes
2 Replies

Input problem with Filters from docs

Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...

0 Likes
2 Replies
Solved

Laravel-4 e() function whitelisting

I know that laravel's e() function will sanitize any input passed it ex : e($Input); , this will san...

0 Likes
3 Replies
Solved

Only allow specific user to edit/delete post

Hi guys, Im trying to do so that only the author of the post can edit and delete it from the list wh...

0 Likes
7 Replies
posted 11 years ago

scope with relationships

Hi everyone, I have some issue with relationships. this my database: user id - integer name - stri...

0 Likes
0 Replies

How to make URLs SEO-friendly with Nested Set Model?

Hello Everyone! I'm using Baum package for Nested Set Model and I have added extra field to database...

0 Likes
7 Replies
Solved
posted 11 years ago

Count on an associated model

I'd like to get the number of times a tag is entered in the database. Not for a single tag but for a...

0 Likes
0 Replies

Resource controller, ommited methods falling back on other methods...

I have a resource controller that I have removed all methods other than show and destroy. While unit...

0 Likes
0 Replies
posted 11 years ago

Update model with hasMany() relation

Hi, I'm trying to figure out the following problem: I have 3 tables which are related: products: id...

0 Likes
0 Replies

Route name for home action

I am trying to name a route to an action in my controller, but without success. Please read my code,...

0 Likes
2 Replies
Solved

How can I get the id from hasMany relationship?

Don't know if I'm doing this right. I have two models: Projects and Clients. Projects table has the...

0 Likes
3 Replies
posted 11 years ago

I can't connect to sql server 2008

I use, xampp extension=php_sqlsrv_55_ts.dll extension= php_pdo_sqlsrv_55_ts.dll $user = 'myuser'; $p...

0 Likes
5 Replies
Solved

"Depth to great" when querying relations

I get the message "depth too great" when querying a couple of relations. These are my mode...

0 Likes
2 Replies
Solved

Renaming create method() ??

Hey guys, I have this controller performing some CRUD tasks. My question is, if there is any way to...

0 Likes
3 Replies
Solved
posted 11 years ago

How to add class to a select options

Can we add a class or something else to a <option> in Laravel 4 ? I try to use deboostrap prop...

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.