Support the ongoing development of Laravel.io →

Model specific translations for Validation

So, I have this problem: I'm creating an application, which will be translated to language other tha...

0 Likes
2 Replies
Solved

Correctly passing csrf with jQuery(formData) ?

I have an upload script that has a fall back to flash which doesn't pass the session, instead i can...

0 Likes
0 Replies
posted 9 years ago

how to populate a select field in a form

Hi all, I get x form, I fill it with some value, I submit it to postController of x form, I evaluate...

0 Likes
2 Replies
posted 9 years ago

a strange situation about @foreach

The blade code below doesn't render posts' id. However the count of posts is 3. Where is the problem...

0 Likes
5 Replies
Solved

problem changing public folder name

Hi, I'm trying to change my public folder to public_html. In my path file just changed this 'public'...

0 Likes
2 Replies
posted 10 years ago

Beanstalkd and Mail::Queue

I'm sending more or less 200 emails... Queue is working great but suddently it stops sending and lar...

0 Likes
2 Replies

Model Event not working

I have the following model: class ProjectTwitterStatus extends Eloquent { protected $table = 'proj...

0 Likes
3 Replies
Solved

route validation

Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...

0 Likes
1 Replies
Solved

Symfony \ Component \ Debug \ Exception \ FatalErrorException Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]])

I getting this error but I just install the packege and did not change any code. Symfony \ Component...

0 Likes
3 Replies
posted 9 years ago

Route::get parameters as variable

When i am using: Route::get('page/{id}-{slug}', 'PageController@show'); My url should look like &qu...

0 Likes
3 Replies
Solved
posted 9 years ago

Reason for not having 'Content-Length' header automatically set?

Hi all, Is there a reason why the 'Content-Length' header is not automatically set, when returning r...

0 Likes
0 Replies

Method "Redirect::to('....')" in the Controller's construct does not work!

Method "Redirect::to('....')" in the Controller's construct does not work! Who can help me...

0 Likes
3 Replies

Homestead ElasticSearch

Hi, I was wondering if anyone could point me into the right direction on how I could get ElasticSear...

0 Likes
3 Replies

wrong redirect

hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...

0 Likes
1 Replies
Solved

insert data form to table problem

This file routes.php Route::post('', function() { $newuser=array( 'name'=> Input::get('name'), 'n...

0 Likes
6 Replies
posted 9 years ago

Important problem in ModelNotFoundException

hello dear friends I've a problem in catching ModelNotFoundException , here is my code try {...

0 Likes
5 Replies

laravel nginx config problems

hello all, i've got a problem when installing laravel and nginx on my windows machine, here's the co...

0 Likes
1 Replies

Multiple relationships in Eloquent

Hi, i have 3 models User, Blog and Blogcomment. User <?php use Illuminate\Auth\UserInterface; us...

0 Likes
2 Replies

White screen and "Error in exception handler" on nginx digital ocean server

That's about it really. This is the first time I've set up LEMP. I've got app/storage set to 777 -R,...

0 Likes
2 Replies

Replace method in Eloquent

Hello, I'm a newbie with the Laravel framework. Before I had build my old website in simply PHP with...

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