News

Laravel Turns Five

Published
Laravel Turns Five image

Five years ago today Taylor announced the first release of Laravel to the world.

I’ve been working on this framework for about 7 months. I’ve worked really hard to make it powerful, yet accessible. I set out to launch with documentation as good as CodeIgniter from day one, and I think we did. The syntax is intuitive and expressive.

Even though a lot has changed and improved since that first release the code still has that same feel. Here is an example of the way routing was:

'GET /' => function()
{
return View::make('home/index');
}

Like all newborns that first release was very minimal–no controllers, no Eloquent, no templating system. It had enough to get you started but lacked the niceties we now enjoy. Here is a look at some of the major items that have been added to the framework in the past five years that we now take for granted:

  • Artisan
  • Authorization
  • Authentication
  • Blade
  • Cashier
  • Collections
  • Composer
  • Controllers
  • Elixir
  • Eloquent
  • Homestead/Valet
  • Migrations/Seeding
  • Middleware
  • Queues
  • SSH Tasks

When I first found Laravel it was late 2011 or early 2012 and I just had a gut feeling this could be big. I jumped on board not long after by creating Laravel News to share news with the community. I’m thankful I was in the right place at the right time and this has enabled me to meet so many friends from all across the world.

Happy birthday Laravel and a big thank you to Taylor and the entire community.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article