際際滷

際際滷Share a Scribd company logo
Whats New in Laravel 5
An Introduction to Laravel 5
by Roes Wibowo
Supported By
About Laravel
- Fullstack PHP Web Framework
- Open Source (MIT License)
Version:
- v1, June 2011
- v2, November 2011
- v3, February 2012
- v4, May 2013
- v5 (4.3), February 2015
About Laravel
In Narnia (The Chronicles of Narnia), Cair Paravel is the
name of the castle where the kings and queens of Narnia
live. Laravel rhymes with Paravel. I thought the name had a
classy and sophisticated ring to it.
 Taylor Otwell
source: https://laravel-news.com/2014/03/in-narnia-cair-paravel-is-the-name-of-the-castle
About Laravel
Server Requirements:
- PHP >= 5.4
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- JSON PHP Extension
Why should we use Laravel?
Laravel powered by Composer,
tool dependency management and
autoloader for PHP.
https://packagist.org
main composer repository.
http://packalyst.com
directory of packages for Laravel.
Why should we use Laravel?
Laravel not just be trend, but future (of PHP Framework)!
Why should we use Laravel?
- Laravel is clean, classy and elegant PHP Framework
- Dependency Injection (DI) for reusable code
- Built in unit testing for TDD approach
- Follows PSR (L5 follow PSR-4)
- Use latest technology of PHP language
- Good documentation
- Great Community
Installing Laravel 5
- Using composer create-project
- Using laravel installer
Installing Laravel 5
- Download or clone via github then install using composer
Updating Laravel 5
- Update using composer
- Generate autoload composer
Removed Features in Laravel 5
- Annotation (Route,
Controller, Event, Model)
- Remote SSH
- HTML Form
- Whoops error handler
New Features in Laravel 5
- Artisan command
- Helpers
- Eloquent attribute casting
- Event object
- Event scheduler
- Form request & request validation
- Elixir
- Socialite
- Command (queue)
New Features in Laravel 5
- Folder structure
- DotEnv
- Cache route & config
- Symfony var dumper
- Middleware
- Contract
- Controller method injection
- Blade changes
- PsySH in Tinker
- Flysystem / Cloud Storage
Laravel 5 Folder Structure
Laravel 5 Folder Structure
DotEnv Configuration in Laravel 5
Catch environment variables from server configuration
DotEnv Configuration in Laravel 5
DotEnv Configuration in Laravel 5
DotEnv Configuration in Laravel 5
Symfony VarDumper in Laravel 5
The VarDumper component provides mechanisms for
walking through any arbitrary PHP variable
Cache Config and Route in Laravel 5
- Create and delete cache config
- Create and delete cache route
Cache Config and Route in Laravel 5
Cache route only for non Closure.
Cache location:
- /vendor/file.php, or
- /storage/framework/file.php
Middleware in Laravel 5
Middleware replace position Filter (L4)
- Generate Middleware:
Middleware in Laravel 5
- Before Middleware, perform some task before the
request is handled by the application
Middleware in Laravel 5
- After Middleware, perform some task after the request
is handled by the application
Middleware in Laravel 5
- Register Before/After Middleware:
Middleware in Laravel 5
- Terminable Middleware, perform some task after the
HTTP response has already been sent to the browser
Middleware in Laravel 5
- Register Terminable Middleware:
Middleware Route in Laravel 5
- Defining Middleware in Route:
Contract in Laravel 5
Controller Method Injection in Laravel 5
Blade changes in Laravel 5
PsySH in Laravel 5 tinker
Flysystem / Cloud Storage in Laravel 5
The Laravel Flysystem integration provides simple to use
drivers for working with local filesystems, Amazon S3, and
Rackspace Cloud Storage.
Flysystem / Cloud Storage in Laravel 5
Flysystem / Cloud Storage in Laravel 5
- Sample Route
- Check connection to AWS S3
Flysystem / Cloud Storage in Laravel 5
- Upload file from local storage
- Check file in storage
Flysystem / Cloud Storage in Laravel 5
- Edit it locally and upload it to cloud storage
Flysystem / Cloud Storage in Laravel 5
- Delete file
Discuss Session
Lets discuss about Laravel 5!

More Related Content

What's hot (20)

All the Laravel things: up and running to making $$
All the Laravel things: up and running to making $$All the Laravel things: up and running to making $$
All the Laravel things: up and running to making $$
Joe Ferguson
A introduction to Laravel framework
A introduction to Laravel frameworkA introduction to Laravel framework
A introduction to Laravel framework
Phu Luong Trong
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
Getting to know Laravel 5
Getting to know Laravel 5Getting to know Laravel 5
Getting to know Laravel 5
Bukhori Aqid
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
Ahmad Shah Hafizan Hamidin
Introduction to Laravel Framework (5.2)
Introduction to Laravel Framework (5.2)Introduction to Laravel Framework (5.2)
Introduction to Laravel Framework (5.2)
Viral Solani
Digpen 7: Why choose Laravel?
Digpen 7: Why choose Laravel?Digpen 7: Why choose Laravel?
Digpen 7: Why choose Laravel?
John Blackmore
10 Laravel packages everyone should know
10 Laravel packages everyone should know10 Laravel packages everyone should know
10 Laravel packages everyone should know
Povilas Korop
Laravel
LaravelLaravel
Laravel
SitaPrajapati
MidwestPHP 2016 - Adventures in Laravel 5
MidwestPHP 2016 - Adventures in Laravel 5 MidwestPHP 2016 - Adventures in Laravel 5
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
From CakePHP to Laravel
From CakePHP to LaravelFrom CakePHP to Laravel
From CakePHP to Laravel
Jason McCreary
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Adventures in Laravel 5 SunshinePHP 2016 TutorialAdventures in Laravel 5 SunshinePHP 2016 Tutorial
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Joe Ferguson
Laravel introduction
Laravel introductionLaravel introduction
Laravel introduction
Simon Funk
php[world] 2015 Training - Laravel from the Ground Up
php[world] 2015 Training - Laravel from the Ground Upphp[world] 2015 Training - Laravel from the Ground Up
php[world] 2015 Training - Laravel from the Ground Up
Joe Ferguson
Laravel 5 Annotations: RESTful API routing
Laravel 5 Annotations: RESTful API routingLaravel 5 Annotations: RESTful API routing
Laravel 5 Annotations: RESTful API routing
Christopher Pecoraro
Projects In Laravel : Learn Laravel Building 10 Projects
Projects In Laravel : Learn Laravel Building 10 ProjectsProjects In Laravel : Learn Laravel Building 10 Projects
Projects In Laravel : Learn Laravel Building 10 Projects
Sam Dias
Laravel 5.4
Laravel 5.4 Laravel 5.4
Laravel 5.4
Nisha Patel
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
Laravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web ArtisansLaravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web Artisans
Windzoon Technologies
All the Laravel things: up and running to making $$
All the Laravel things: up and running to making $$All the Laravel things: up and running to making $$
All the Laravel things: up and running to making $$
Joe Ferguson
A introduction to Laravel framework
A introduction to Laravel frameworkA introduction to Laravel framework
A introduction to Laravel framework
Phu Luong Trong
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
Getting to know Laravel 5
Getting to know Laravel 5Getting to know Laravel 5
Getting to know Laravel 5
Bukhori Aqid
Introduction to Laravel Framework (5.2)
Introduction to Laravel Framework (5.2)Introduction to Laravel Framework (5.2)
Introduction to Laravel Framework (5.2)
Viral Solani
Digpen 7: Why choose Laravel?
Digpen 7: Why choose Laravel?Digpen 7: Why choose Laravel?
Digpen 7: Why choose Laravel?
John Blackmore
10 Laravel packages everyone should know
10 Laravel packages everyone should know10 Laravel packages everyone should know
10 Laravel packages everyone should know
Povilas Korop
MidwestPHP 2016 - Adventures in Laravel 5
MidwestPHP 2016 - Adventures in Laravel 5 MidwestPHP 2016 - Adventures in Laravel 5
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
From CakePHP to Laravel
From CakePHP to LaravelFrom CakePHP to Laravel
From CakePHP to Laravel
Jason McCreary
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Adventures in Laravel 5 SunshinePHP 2016 TutorialAdventures in Laravel 5 SunshinePHP 2016 Tutorial
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Joe Ferguson
Laravel introduction
Laravel introductionLaravel introduction
Laravel introduction
Simon Funk
php[world] 2015 Training - Laravel from the Ground Up
php[world] 2015 Training - Laravel from the Ground Upphp[world] 2015 Training - Laravel from the Ground Up
php[world] 2015 Training - Laravel from the Ground Up
Joe Ferguson
Laravel 5 Annotations: RESTful API routing
Laravel 5 Annotations: RESTful API routingLaravel 5 Annotations: RESTful API routing
Laravel 5 Annotations: RESTful API routing
Christopher Pecoraro
Projects In Laravel : Learn Laravel Building 10 Projects
Projects In Laravel : Learn Laravel Building 10 ProjectsProjects In Laravel : Learn Laravel Building 10 Projects
Projects In Laravel : Learn Laravel Building 10 Projects
Sam Dias
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
Laravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web ArtisansLaravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web Artisans
Windzoon Technologies

Similar to What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID) (20)

Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
Laravel Lab
Laravel LabLaravel Lab
Laravel Lab
Leo Nguyen
Laravel Code Generators and Packages
Laravel Code Generators and PackagesLaravel Code Generators and Packages
Laravel Code Generators and Packages
Povilas Korop
Getting started with laravel
Getting started with laravelGetting started with laravel
Getting started with laravel
Advance Idea Infotech
Frequently Asked Questions About Laravel
Frequently Asked Questions About LaravelFrequently Asked Questions About Laravel
Frequently Asked Questions About Laravel
AResourcePool
Laravel, beyond the framework
Laravel, beyond the frameworkLaravel, beyond the framework
Laravel, beyond the framework
Ramesh Mhetre
Laravel intallation
Laravel intallationLaravel intallation
Laravel intallation
sandhya kumari
Laravel 4 package development
Laravel 4 package developmentLaravel 4 package development
Laravel 4 package development
Tihomir Opai
laravel-interview-questions.pdf
laravel-interview-questions.pdflaravel-interview-questions.pdf
laravel-interview-questions.pdf
AnuragMourya8
Introduction of laravel framework.
Introduction of laravel framework.Introduction of laravel framework.
Introduction of laravel framework.
Omid Nikrah
Whats new in laravel 9
Whats new in laravel 9Whats new in laravel 9
Whats new in laravel 9
Katy Slemon
Laravel installation
Laravel installationLaravel installation
Laravel installation
phptpoint0123
data_laravel.pptx
data_laravel.pptxdata_laravel.pptx
data_laravel.pptx
warisskom
10 less-known Laravel Packages: May 2016
10 less-known Laravel Packages: May 201610 less-known Laravel Packages: May 2016
10 less-known Laravel Packages: May 2016
Povilas Korop
LARAVEL.pptx full description of Php and things
LARAVEL.pptx full description of Php and thingsLARAVEL.pptx full description of Php and things
LARAVEL.pptx full description of Php and things
techneutron2012
LARAVEL.pptx one PHP version to understand
LARAVEL.pptx one PHP version to understandLARAVEL.pptx one PHP version to understand
LARAVEL.pptx one PHP version to understand
techneutron2012
Laravel - The PHP Framework For Web Artisans
Laravel  - The PHP Framework For Web ArtisansLaravel  - The PHP Framework For Web Artisans
Laravel - The PHP Framework For Web Artisans
Viktor Lalev
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdfThe Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
Katy Slemon
Laravel 9 is now out how is an improvement over its predecessors
Laravel 9 is now out  how is an improvement over its predecessorsLaravel 9 is now out  how is an improvement over its predecessors
Laravel 9 is now out how is an improvement over its predecessors
Moon Technolabs Pvt. Ltd.
Laravel.pptx
Laravel.pptxLaravel.pptx
Laravel.pptx
KaustubhBhandari6
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
Laravel Lab
Laravel LabLaravel Lab
Laravel Lab
Leo Nguyen
Laravel Code Generators and Packages
Laravel Code Generators and PackagesLaravel Code Generators and Packages
Laravel Code Generators and Packages
Povilas Korop
Frequently Asked Questions About Laravel
Frequently Asked Questions About LaravelFrequently Asked Questions About Laravel
Frequently Asked Questions About Laravel
AResourcePool
Laravel, beyond the framework
Laravel, beyond the frameworkLaravel, beyond the framework
Laravel, beyond the framework
Ramesh Mhetre
Laravel intallation
Laravel intallationLaravel intallation
Laravel intallation
sandhya kumari
Laravel 4 package development
Laravel 4 package developmentLaravel 4 package development
Laravel 4 package development
Tihomir Opai
laravel-interview-questions.pdf
laravel-interview-questions.pdflaravel-interview-questions.pdf
laravel-interview-questions.pdf
AnuragMourya8
Introduction of laravel framework.
Introduction of laravel framework.Introduction of laravel framework.
Introduction of laravel framework.
Omid Nikrah
Whats new in laravel 9
Whats new in laravel 9Whats new in laravel 9
Whats new in laravel 9
Katy Slemon
Laravel installation
Laravel installationLaravel installation
Laravel installation
phptpoint0123
data_laravel.pptx
data_laravel.pptxdata_laravel.pptx
data_laravel.pptx
warisskom
10 less-known Laravel Packages: May 2016
10 less-known Laravel Packages: May 201610 less-known Laravel Packages: May 2016
10 less-known Laravel Packages: May 2016
Povilas Korop
LARAVEL.pptx full description of Php and things
LARAVEL.pptx full description of Php and thingsLARAVEL.pptx full description of Php and things
LARAVEL.pptx full description of Php and things
techneutron2012
LARAVEL.pptx one PHP version to understand
LARAVEL.pptx one PHP version to understandLARAVEL.pptx one PHP version to understand
LARAVEL.pptx one PHP version to understand
techneutron2012
Laravel - The PHP Framework For Web Artisans
Laravel  - The PHP Framework For Web ArtisansLaravel  - The PHP Framework For Web Artisans
Laravel - The PHP Framework For Web Artisans
Viktor Lalev
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdfThe Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
Katy Slemon
Laravel 9 is now out how is an improvement over its predecessors
Laravel 9 is now out  how is an improvement over its predecessorsLaravel 9 is now out  how is an improvement over its predecessors
Laravel 9 is now out how is an improvement over its predecessors
Moon Technolabs Pvt. Ltd.

Recently uploaded (20)

Meet, Greet, and Explore Agentic AI with UiPath Scotland
Meet, Greet, and Explore Agentic AI with UiPath ScotlandMeet, Greet, and Explore Agentic AI with UiPath Scotland
Meet, Greet, and Explore Agentic AI with UiPath Scotland
UiPathCommunity
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic RelationshipTrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task BotsUnlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Expeed Software
How to Achieve High-Accuracy Results When Using LLMs
How to Achieve High-Accuracy Results When Using LLMsHow to Achieve High-Accuracy Results When Using LLMs
How to Achieve High-Accuracy Results When Using LLMs
Aggregage
AC3-SCRUM-Agile concepts in an enterprise environment
AC3-SCRUM-Agile concepts in an enterprise environmentAC3-SCRUM-Agile concepts in an enterprise environment
AC3-SCRUM-Agile concepts in an enterprise environment
Dennis Van Aelst
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-SocietyThe-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
KARLO
Human Centered Design By Gnanasambandham
Human Centered Design By GnanasambandhamHuman Centered Design By Gnanasambandham
Human Centered Design By Gnanasambandham
Gnanasambandham Anbazhagan CSP, CSM, CSPO
AI in SEO Marketing Presentation (BY MetaSense Marketing)
AI in SEO Marketing Presentation (BY MetaSense Marketing)AI in SEO Marketing Presentation (BY MetaSense Marketing)
AI in SEO Marketing Presentation (BY MetaSense Marketing)
MetaSense Marketing
April Patch Tuesday
April Patch TuesdayApril Patch Tuesday
April Patch Tuesday
Ivanti
Health Promotion explained ppt.pptx
Health Promotion  explained ppt.pptxHealth Promotion  explained ppt.pptx
Health Promotion explained ppt.pptx
MohamedIbrahim354734
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdfH2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
Sri Ambati
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Agile ME
Introduction to PHP from Beginning to End
Introduction to PHP from Beginning to EndIntroduction to PHP from Beginning to End
Introduction to PHP from Beginning to End
christopherneo4
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
Pavel Shukhman
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEA
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEAQ1 FY26 TUG Leader Quarterly Call - APAC / EMEA
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEA
lward7
Threat Modeling a Batch Job System - AWS Security Community Day
Threat Modeling a Batch Job System - AWS Security Community DayThreat Modeling a Batch Job System - AWS Security Community Day
Threat Modeling a Batch Job System - AWS Security Community Day
Teri Radichel
Laravel Crud Tutorial Basic Step by Stepy S
Laravel Crud Tutorial Basic Step by Stepy SLaravel Crud Tutorial Basic Step by Stepy S
Laravel Crud Tutorial Basic Step by Stepy S
christopherneo4
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Callon Campbell
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryDataNew from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
BookNet Canada
Fran巽ais Patch Tuesday - Avril
Fran巽ais Patch Tuesday - AvrilFran巽ais Patch Tuesday - Avril
Fran巽ais Patch Tuesday - Avril
Ivanti
Meet, Greet, and Explore Agentic AI with UiPath Scotland
Meet, Greet, and Explore Agentic AI with UiPath ScotlandMeet, Greet, and Explore Agentic AI with UiPath Scotland
Meet, Greet, and Explore Agentic AI with UiPath Scotland
UiPathCommunity
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic RelationshipTrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc Webinar - Data Privacy and Cyber Security: A Symbiotic Relationship
TrustArc
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task BotsUnlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Unlocking Efficiency with RPA: A Deep Dive into Automation Anywhere Task Bots
Expeed Software
How to Achieve High-Accuracy Results When Using LLMs
How to Achieve High-Accuracy Results When Using LLMsHow to Achieve High-Accuracy Results When Using LLMs
How to Achieve High-Accuracy Results When Using LLMs
Aggregage
AC3-SCRUM-Agile concepts in an enterprise environment
AC3-SCRUM-Agile concepts in an enterprise environmentAC3-SCRUM-Agile concepts in an enterprise environment
AC3-SCRUM-Agile concepts in an enterprise environment
Dennis Van Aelst
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-SocietyThe-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
The-Future-of-Artificial-Intelligence-Transforming-Industries-and-Society
KARLO
AI in SEO Marketing Presentation (BY MetaSense Marketing)
AI in SEO Marketing Presentation (BY MetaSense Marketing)AI in SEO Marketing Presentation (BY MetaSense Marketing)
AI in SEO Marketing Presentation (BY MetaSense Marketing)
MetaSense Marketing
April Patch Tuesday
April Patch TuesdayApril Patch Tuesday
April Patch Tuesday
Ivanti
Health Promotion explained ppt.pptx
Health Promotion  explained ppt.pptxHealth Promotion  explained ppt.pptx
Health Promotion explained ppt.pptx
MohamedIbrahim354734
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdfH2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
H2O Generative AI Starter Track - Support Presentation 際際滷s.pdf
Sri Ambati
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Leadership in the AI Era: The Reinvention of Human-Centered Leadership by Bor...
Agile ME
Introduction to PHP from Beginning to End
Introduction to PHP from Beginning to EndIntroduction to PHP from Beginning to End
Introduction to PHP from Beginning to End
christopherneo4
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
From SBOMs to xBOMs to Transparency - Pavel Shukhman at OWASP Ottawa on 2025-...
Pavel Shukhman
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEA
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEAQ1 FY26 TUG Leader Quarterly Call - APAC / EMEA
Q1 FY26 TUG Leader Quarterly Call - APAC / EMEA
lward7
Threat Modeling a Batch Job System - AWS Security Community Day
Threat Modeling a Batch Job System - AWS Security Community DayThreat Modeling a Batch Job System - AWS Security Community Day
Threat Modeling a Batch Job System - AWS Security Community Day
Teri Radichel
Laravel Crud Tutorial Basic Step by Stepy S
Laravel Crud Tutorial Basic Step by Stepy SLaravel Crud Tutorial Basic Step by Stepy S
Laravel Crud Tutorial Basic Step by Stepy S
christopherneo4
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Elevating AI Workflows: Integrating Azure API Management and Azure Functions ...
Callon Campbell
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryDataNew from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
New from BookNet Canada for 2025: BNC SalesData and BNC LibraryData
BookNet Canada
Fran巽ais Patch Tuesday - Avril
Fran巽ais Patch Tuesday - AvrilFran巽ais Patch Tuesday - Avril
Fran巽ais Patch Tuesday - Avril
Ivanti

What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID)

  • 1. Whats New in Laravel 5 An Introduction to Laravel 5 by Roes Wibowo Supported By
  • 2. About Laravel - Fullstack PHP Web Framework - Open Source (MIT License) Version: - v1, June 2011 - v2, November 2011 - v3, February 2012 - v4, May 2013 - v5 (4.3), February 2015
  • 3. About Laravel In Narnia (The Chronicles of Narnia), Cair Paravel is the name of the castle where the kings and queens of Narnia live. Laravel rhymes with Paravel. I thought the name had a classy and sophisticated ring to it. Taylor Otwell source: https://laravel-news.com/2014/03/in-narnia-cair-paravel-is-the-name-of-the-castle
  • 4. About Laravel Server Requirements: - PHP >= 5.4 - Mcrypt PHP Extension - OpenSSL PHP Extension - Mbstring PHP Extension - Tokenizer PHP Extension - JSON PHP Extension
  • 5. Why should we use Laravel? Laravel powered by Composer, tool dependency management and autoloader for PHP. https://packagist.org main composer repository. http://packalyst.com directory of packages for Laravel.
  • 6. Why should we use Laravel? Laravel not just be trend, but future (of PHP Framework)!
  • 7. Why should we use Laravel? - Laravel is clean, classy and elegant PHP Framework - Dependency Injection (DI) for reusable code - Built in unit testing for TDD approach - Follows PSR (L5 follow PSR-4) - Use latest technology of PHP language - Good documentation - Great Community
  • 8. Installing Laravel 5 - Using composer create-project - Using laravel installer
  • 9. Installing Laravel 5 - Download or clone via github then install using composer
  • 10. Updating Laravel 5 - Update using composer - Generate autoload composer
  • 11. Removed Features in Laravel 5 - Annotation (Route, Controller, Event, Model) - Remote SSH - HTML Form - Whoops error handler
  • 12. New Features in Laravel 5 - Artisan command - Helpers - Eloquent attribute casting - Event object - Event scheduler - Form request & request validation - Elixir - Socialite - Command (queue)
  • 13. New Features in Laravel 5 - Folder structure - DotEnv - Cache route & config - Symfony var dumper - Middleware - Contract - Controller method injection - Blade changes - PsySH in Tinker - Flysystem / Cloud Storage
  • 14. Laravel 5 Folder Structure
  • 15. Laravel 5 Folder Structure
  • 16. DotEnv Configuration in Laravel 5 Catch environment variables from server configuration
  • 20. Symfony VarDumper in Laravel 5 The VarDumper component provides mechanisms for walking through any arbitrary PHP variable
  • 21. Cache Config and Route in Laravel 5 - Create and delete cache config - Create and delete cache route
  • 22. Cache Config and Route in Laravel 5 Cache route only for non Closure. Cache location: - /vendor/file.php, or - /storage/framework/file.php
  • 23. Middleware in Laravel 5 Middleware replace position Filter (L4) - Generate Middleware:
  • 24. Middleware in Laravel 5 - Before Middleware, perform some task before the request is handled by the application
  • 25. Middleware in Laravel 5 - After Middleware, perform some task after the request is handled by the application
  • 26. Middleware in Laravel 5 - Register Before/After Middleware:
  • 27. Middleware in Laravel 5 - Terminable Middleware, perform some task after the HTTP response has already been sent to the browser
  • 28. Middleware in Laravel 5 - Register Terminable Middleware:
  • 29. Middleware Route in Laravel 5 - Defining Middleware in Route:
  • 32. Blade changes in Laravel 5
  • 33. PsySH in Laravel 5 tinker
  • 34. Flysystem / Cloud Storage in Laravel 5 The Laravel Flysystem integration provides simple to use drivers for working with local filesystems, Amazon S3, and Rackspace Cloud Storage.
  • 35. Flysystem / Cloud Storage in Laravel 5
  • 36. Flysystem / Cloud Storage in Laravel 5 - Sample Route - Check connection to AWS S3
  • 37. Flysystem / Cloud Storage in Laravel 5 - Upload file from local storage - Check file in storage
  • 38. Flysystem / Cloud Storage in Laravel 5 - Edit it locally and upload it to cloud storage
  • 39. Flysystem / Cloud Storage in Laravel 5 - Delete file
  • 40. Discuss Session Lets discuss about Laravel 5!