Support the ongoing development of Laravel.io →
posted 10 years ago

Redirect to named route, passing array to method

I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...

0 Likes
2 Replies
Solved

SQL where in Eloquent

i realize the question sounds very rudimentary, but coming in from the front end side of development...

0 Likes
2 Replies
Solved

Trying to understand Migration workflow

At this point I have two files in my migration folder, one to create the table with its columns, and...

0 Likes
3 Replies
Solved
posted 10 years ago

General Performance Expectations, loading 8 rows using ->all() takes ~1second

Hello Guys and Girls. I am currently developing a small web-app using laravel. In general, I am very...

0 Likes
3 Replies
Solved

Foreach Undefined index

How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...

0 Likes
10 Replies
Solved
posted 10 years ago

Inserting a related model and missing FK

I have set up two models: User and Survey and defined their relationship in the model. One user may...

0 Likes
5 Replies
Solved

Many To Many Polymorphic Relationship?

Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...

0 Likes
8 Replies
Solved

Use avg() in eloquent for OrderBy

Hi ! I have a lists on articles that I get from a simple Eloquent query Article::where('state', '=',...

0 Likes
4 Replies
Solved

Application cant determine owner of a model

Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...

0 Likes
1 Replies
Solved

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved

After submit a form,php throw a NotFoundHttpException exception

Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...

0 Likes
4 Replies
Solved
posted 10 years ago

Quick encryption question

How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...

0 Likes
1 Replies
Solved

Problem of model functions since the last composer update

Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...

0 Likes
8 Replies
Solved

Showing picture inside my view (newbie question)

Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...

0 Likes
6 Replies
Solved

General Questions - New to Laravel

Hey guys, Laravel is the first framework I have decided to learn and start working with. I've been a...

0 Likes
1 Replies
Solved
posted 10 years ago

Is it possible to use a parameter from a group globally?

Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...

0 Likes
1 Replies
Solved
posted 10 years ago

Advice wanted regarding two routing issues

Hello, For the development of an application there are several requirements regarding routing, which...

0 Likes
2 Replies
Solved

Using a relationship query on one table that has two columns to match?

I have two tables. One is People. The second is Files. Files contains all uploaded files through an...

0 Likes
3 Replies
Solved

What's the correct way to get the ID from the URI?

On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...

0 Likes
7 Replies
Solved
posted 10 years ago

The variable loses its value inside the SQL query in Eloquent (a matter of scope)

Hello and good day to everyone The issue is tricky (for me). I passed the parameter value from the c...

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

© 2024 Laravel.io - All rights reserved.