Support the ongoing development of Laravel.io →

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
posted 10 years ago

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
posted 10 years ago

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 10 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 10 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
posted 10 years ago

No debug view on WAMP?

Hello! I'm developing an app on a WAMP Server, but on exceptions, I just see the "Whoops, looks...

0 Likes
1 Replies

Vagrant shows 404

Hi; I can vagrant ssh, connects me to box no problems. When I go to http://127.0.0.1:4567/ I get pag...

0 Likes
1 Replies
posted 10 years ago

Get path to config directory from package

I am creating a package and in this package I want to allow the person using it to manually upload s...

0 Likes
1 Replies
posted 10 years ago

Have openssl but still get error "You need to specify a file path to store the seed. "

After installing Laravel I get the following error "You need to specify a file path to store th...

0 Likes
3 Replies

Deleting relations

Hy everyone, I have a small problem and if anyone here would know the answer to it i would very much...

0 Likes
0 Replies

Artisan returns empty?

Greetings. Suddenly my artisan started to return empty. And it doesn't matter what artisan command I...

0 Likes
0 Replies
posted 10 years ago

Fatal error on deleting, but it works

Hello all, I have innormal problem. My code (I'm using Slim): $app->get('/delete/:id', function($...

0 Likes
3 Replies

Vagrant up not working! VM must be created before running this command. Run `vagrant up` first.

Hi; What is wrong? Thanks 192-168-1-4:laracast pmdg3$ vagrant up Bringing machine 'default' up with...

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

© 2025 Laravel.io - All rights reserved.