Menu

Close
  • Home
  • PHP Tidbets
  • On Laravel
Subscribe
Menu

Camron Cade

Artisan web development, mostly using Laravel.

Scroll Down
← Newer Posts Page 2 of 3 Older Posts →

Understanding Class Aggregation and Composition

If you spend anytime reading up on design patterns (I recommend this book [http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612/ref=sr_1_1?s=books& »

Camron Cade 09 October 2015

DB instance without using facades in Laravel's Lumen

The point of Lumen is that it is light and fast, and so by default helpful tools like Eloquent and Facades are disabled. I like to »

Camron Cade on Laravel 08 October 2015

.active classes in menus with Blade templates

In many of my projects, I have a layout blade file that each page extends. As part of the layout, there is a menu bar that »

Camron Cade on Laravel 07 October 2015

Cleanly handle the routing for static pages in Laravel/Lumen

I'm working on a small project using Laravel's Lumen [http://lumen.laravel.com] that requires a few basic static pages. I was looking for a quicker »

Camron Cade on Laravel 24 September 2015

Limit the number of messages sent on one SMTP connection - Laravel 5

Many SMTP servers have limits on the number of messages that can be sent during any one SMTP connection. If you are sending mail using the »

Camron Cade on Laravel 24 March 2015
← Newer Posts Page 2 of 3 Older Posts →
Camron Cade © 2023
Proudly published with Ghost