My Journey with
Laravel
Shavkat • Ecompile.io
Overview
PHP Framework
Released 2011
By Taylor Otwell
Versions
● Major versions every 1-2 years
● Current version: 6.x
Laravel put PHP back on the map
55k+ stars on github
Eco-System(Offline & Online)
Laracasts.com
● 1500+ lessons
● One of the most active
forums on laravel
Laracon.net
● Global Laravel Conferences
● Online Conference
Eco-System
Forge.Laravel.com
● Custom Hosting Solution
for Laravel Applications
Popularity
Popularity(in Malaysia)
jobstreet.com.my
● Ruby: ~30 postings
● Python: ~240 postings
● React: ~245 postings
● Laravel: ~385 postings
Features:
Template Engine
● Custom engine to simplify
integration with front-end
● Front-end developers can
easily modify the code
Artisan
● Command Line Tool
● Integrate 3rd party
packages in less than a
minute(payment gateways,
etc)
Features:
Migration system for
databases
● Avoid re-creating
databases everytime
Libraries & Modular
● Pre-installed libraries
● Community-built libraries
Features:
Unit-Testing
● New changes done by
programmers do not
unexpectedly break
anything in the web
application.
Security
● Default support ofinjection
attacks & password
hashing
Ideal solution for
building your
web application
1. Fast
2. Default packages
(authentication, security, etc)
3. Perfectly compatible to support
large user base
Why did i decide
to choose laravel
1. Switched from codeigniter
2. Suggested by a colleague
Why did i decide
to stick to laravel
1. Constant Updates
2. Great support from community
3. Very popular in Malaysia
4. Perfect Solution for MVP
Projects
MyPaku.com
A bidding platform to find lawyers/consultants online
PropEasyAsia.com
CMS for a property listing application
Nemcast.io
Blockchain message broadcasting platform
Laravel is here to stay
Thank you

My Journey with Laravel by Shavkat, Ecompile.io