hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...
This file routes.php Route::post('', function() { $newuser=array( 'name'=> Input::get('name'), 'n...
hello dear friends I've a problem in catching ModelNotFoundException , here is my code try {...
hello all, i've got a problem when installing laravel and nginx on my windows machine, here's the co...
Hi, i have 3 models User, Blog and Blogcomment. User <?php use Illuminate\Auth\UserInterface; us...
That's about it really. This is the first time I've set up LEMP. I've got app/storage set to 777 -R,...
Hello, I'm a newbie with the Laravel framework. Before I had build my old website in simply PHP with...
Has anyone tips for organizing service provider class files? Then in turn, thin out the service prov...
I use a "with" method to send my data and now I have problem for receiving that . it's abo...
I want to configure the .htaccess so I can omit the inde.php on URIs, so users will be able access h...
Hey, i use this <? $names = DB::table('Accounts')->get(); ?> and the page does not load aft...
Hello. I was wondering why I often get the "something went wrong"-message on my website an...
Hello! I'm developing an app on a WAMP Server, but on exceptions, I just see the "Whoops, looks...
Hi; I can vagrant ssh, connects me to box no problems. When I go to http://127.0.0.1:4567/ I get pag...
I am creating a package and in this package I want to allow the person using it to manually upload s...
After installing Laravel I get the following error "You need to specify a file path to store th...
Hy everyone, I have a small problem and if anyone here would know the answer to it i would very much...
Greetings. Suddenly my artisan started to return empty. And it doesn't matter what artisan command I...
Hello all, I have innormal problem. My code (I'm using Slim): $app->get('/delete/:id', function($...
Hi; What is wrong? Thanks 192-168-1-4:laracast pmdg3$ vagrant up Bringing machine 'default' up with...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community