Support the ongoing development of Laravel.io →

Laravel rewrite rules

I have .htaccess: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Opti...

0 Likes
7 Replies
Solved

CKEditor installation using Composer and simple example

Hello I installed CKEditor using composer, but now I don't know how to use since I can't find js fil...

0 Likes
1 Replies

Getting hasMany relationship data from hasOne relationship

Hi All, New to Laravel and MVC so I'm a bit stuck and hoping I can get a solution from you. I have 3...

0 Likes
4 Replies
Solved
posted 10 years ago

Passing $variables to multiple views?

Hey guys, Another newb question from me here. I have these articles that I currently fetch from my d...

0 Likes
7 Replies
Solved
posted 10 years ago

use model in app/libraries folder

Hi, i created new libraries folder and inside linkedin class. //laravel/app/libraries/linkedin/linke...

0 Likes
2 Replies
posted 10 years ago

“Could not find package with version stability=dev.” Using Satis private repo

Not sure if this is the right place to post this as it's more of a composer/Satis issue but maybe so...

0 Likes
0 Replies

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 10 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 10 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 10 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 10 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 10 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

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.

© 2024 Laravel.io - All rights reserved.