I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...
I am working with Jeffery Way's Laravel Commander for a new project using the command bus architectu...
I'm working on a personal project and using it to learn better design patterns, specifically the rep...
Your view file should be user.blade.php not just user.php
Takes a bit of setup time to configure the breadcrumbs file if your app is large, but it does a nice...
Looks good. My company plans to use it for an upcoming overhaul of our system.
I think I'd still prefer using a macro. HTML::macro('human_size', function($bytes) { $units = ['...
Figured it out, doh. Just needed to remove static from my edit function.
The Laravel portal for problem solving, knowledge sharing and community building.
The community