Support the ongoing development of Laravel.io →
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 10 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
posted 10 years ago

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

Bloated service provider

Has anyone tips for organizing service provider class files? Then in turn, thin out the service prov...

0 Likes
0 Replies
posted 9 years ago

Missing argument 1 for {closure}()

I use a "with" method to send my data and now I have problem for receiving that . it's abo...

0 Likes
1 Replies
Solved
posted 10 years ago

how to omit the /index.php/ from the uri?

I want to configure the .htaccess so I can omit the inde.php on URIs, so users will be able access h...

0 Likes
3 Replies
posted 9 years ago

Blank page

Hey, i use this <? $names = DB::table('Accounts')->get(); ?> and the page does not load aft...

0 Likes
5 Replies

General error: 1615 Prepared statement needs to be re-prepared

Hello. I was wondering why I often get the "something went wrong"-message on my website an...

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