Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...
Hi All, My restful controllers in the routes.php use lots of memory in Laravel 4.1. This standard? I...
Hi, When I want to use css/javascript files with laravel I always get errors like Unexpected EOF or...
Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...
I want to filter record which has created_at atribute at year 2011. Currently, I could do it like th...
I'm using digitalocean to serve my website with Webuzo as the cPanel. I have a Laravel app and I cha...
Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...
Hello everyone. I'm new in laravel and i found one problem. I can run the application using artisan...
Server upgrade happened and php-fpm is now used (though we are still using apache -.-). Now my appli...
We've been using Laravel for our front-end architecture with some success for awhile. Now we need to...
Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...
When running within a VM the following composer create laravel/laravel newproject All runs well...
Hello community since weeks I try the groups with the help of Sentry 2 to list but I keep getting th...
Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...
I am wanting to password protect my laravel application, ideally just on the deployment server (I'm...
I want to initialize some php settings directly through the config with different settings per envir...
Question about code coverage: I have it running, but the result is 0% coverage every single time - i...
Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...
This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...
I want to make a class that will handle some global logic based on time. So when looking for "s...
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