routes.php Route::resource('task', 'TaskController' ); Route::group(array('prefix' => 'ta...
Hi, I just read the usage documentation at getcomposer.org but I didn't find any information on how...
Hello, I had launched my web app in production, but I wanted to migrate my database (in order to cre...
Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...
Dear all, I try to integrate Laravel into Eclipse. And I want to step the Laravel class function in...
here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...
Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...
Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...
I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...
I'm new to Laravel, but at the same time I'm very excited about it and I have two questions that I t...
I'm using Laravel for a year now and really love it. I'm using it for my job and now, a year passed...
hi all i've followed this tutorial about restful API http://code.tutsplus.com/tutorials/laravel-4-a-...
Hi I'm writing a small app and I am trying to set the default Carbon date format. I have an eloquent...
Hi; Can someone please explain how Route::get and Route::post work? I know exactly how to use them b...
Hi; Mod_rewrite is on Route::get('/', 'Home@index'); works fine and I can access it like: http://atl...
My current project force me to use zend framework. However, i'm familiar with Laravel framework, esp...
Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...
I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...
How can I tell laravel that my pdf files inside public/uploads/overviews/*.pdf needs to be loaded on...
Hi, This is my first time posting here. I tried to find solutions for this issue for many days. The...
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