app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
I have the following set up that I want to try to perform: App Sitename - Admin (sitename/admin...
I do have 2 different on my pages but I would like to load in different situation, for example when...
I need a comprehensive guide on how to do it. I already tried LaravelGuard from Jeffrey Way (which d...
Hallo, Can someone help me? i would like to make simple static website, i created menu using routers...
I gotta give up. I don't want to, but I got to, because trying to learn Laravel with very very limit...
Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...
Hi all. I am thinking on how to deal with form handling which contains files and which can be submit...
Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...
I was checking how Laravel io page is organized and saw thath main layout file (default.blade.php) i...
When I update a view with different information, it would take almost 5 to 10 minutes before the vie...
I've been trying to organize my route like this ( Laravel 4.1 ) Route::controller('/', 'HomeControll...
Hi all, I'm still chipping away at learning Laravel. Coming along slowly though. :-/ In my db class...
Laravel HTML Minify This package compresses the HTML output from your Laravel application, seamlessl...
I'm going to ask the same question here that I did on the old forum, because I didn't know the new f...
I am creating Validation service witch throws ValidationException if error ocured. That works fine,...
I've been looking around a little bit on this topic and I've found quite a few bundles and so forth,...
I found this: https://gist.github.com/tobysteward/6163902 for ajax pagination. It works great. Howev...
What Is Laravel Markdown? Laravel Markdown is a simple PHP Markdown Next wrapper for Laravel 4.1. L...
I am building a reservation management system in which the Reservation model is much more than a rec...
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