SlideShare a Scribd company logo
Laravel & Google Cloud
Platform Do Mix!
Abdelrahman Omran
me@omranic.com
@omranic
Session Outline
This is just a proof of concept session,
you get the concepts and dig deeper.
Here’s what we’ll learn today?
1. What’s Google Cloud Platform? & Why?
2. What’s Google App Engine?
3. What’s Google Cloud Console?
4. What’s the other Google Cloud Services?
5. What’s Laravel? & Why?
6. Launch your Laravel Project on GCP in less than
10 minutes!
Go ahead and register for a free trial with $300 free
credit and make some awesome powerful apps! ;)
https://cloud.google.com/free-trial/
What’s GCP?
What’s GAE?
What’s GCC?
Other GCP Services?
Why GCP?
What’s Laravel? & Why?
The hybrid mix!
Technical Steps #1
1. Download Google App Engine SDK for PHP & follow installation steps on
the same page according to your OS: https://cloud.google.
com/appengine/downloads
2. Google Cloud Console > Create New Project “gcpcairo2” https://console.
cloud.google.com
3. git clone https://github.com/laravel/laravel.git gcpcairo2
Technical Steps #2
3. git checkout 5.1
4. Install `shpasser/GaeSupportL5` composer package: https://github.
com/shpasser/GaeSupportL5
Add the following line to the `require` array in your project’s composer.json
"shpasser/gae-support-l5": "~1.0"
5. Run `composer install` inside project’s directory to install all requirements.
Technical Steps #3
6. Then include the service provider within `config/app.php` file:
ShpasserGaeSupportL5GaeSupportServiceProvider::class,
7. Generate Laravel key:
php -r "copy('.env.example', '.env');"
php artisan key:generate
Technical Steps #4
7. Now it’s time to prepare the project for Google App Engine:
php artisan gae:setup --config gcpcairo2
8. Add the following lines to your `.env` for cache performance:
CACHE_SERVICES_FILE=true
CACHE_CONFIG_FILE=true
CACHE_ROUTES_FILE=true
CACHE_COMPILED_VIEWS=true
Technical Steps #5
9. Temporary enable debug mode in `.env` file: APP_DEBUG=true
10. It’s time to deploy your application online:
appcfg.py -A gcpcairo2 -V v1 update . --noauth_local_webserver
11. You’re done! Access: https://gcpcairo2.appspot.com
Register Now & Get Started
Go ahead and register for a free trial with $300 free credit
and make some awesome powerful apps! ;)
https://cloud.google.com/free-trial/
Thanks!
Abdelrahman Omran
me@omranic.com
@omranic

More Related Content

PDF
AWS re:Invent "The secrets to building and delivering amazing apps at scale"
PDF
10 things you can do at the edge
ODP
Automating Government
PDF
Under the Hood with Headless WordPress and the Google Cloud Platform
PDF
Creating real time applications with Angular and Firebase
PDF
Is Serverless The New Swiss Cheese?
PPTX
AWS Summit - Trends in Advanced Monitoring for AWS environments
PDF
Design & Prototype an API
AWS re:Invent "The secrets to building and delivering amazing apps at scale"
10 things you can do at the edge
Automating Government
Under the Hood with Headless WordPress and the Google Cloud Platform
Creating real time applications with Angular and Firebase
Is Serverless The New Swiss Cheese?
AWS Summit - Trends in Advanced Monitoring for AWS environments
Design & Prototype an API

What's hot (19)

PDF
The Tale of 2 CLIs - Ember-cli and Angular-cli
PDF
DevOpsDays Cape Town 2018 - Serverless with Google App Engine
PDF
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
PDF
Driving Pipeline Automation With Newman and the Postman API
PDF
AngularJS RTP Slides - Angular 2 Demo #ngtattoo with Angular CLI, Newest New ...
PDF
Angular Routing - Angular Hack Day Melbourne 2019
PDF
Intro To Meteor (Las Vegas Ruby User Group Talk)
PDF
Creating BananaJS with Angular 2, Angular CLI, and Material Design
PPTX
warblecamp - twical
PPTX
Modern web app with REACT
PPTX
The dev ops code has no servers
ODP
Writing a Java Extension for LibreOffice with LOEclipse
PDF
A Tale of 3 CLIs - Angular 2, Ember, and React
PDF
Getting started with Angular CLI
PDF
Gearman Add To Your Project
PPTX
Intro to meteor
PPTX
Progressive Web App
PDF
React native and wordpress
PDF
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
The Tale of 2 CLIs - Ember-cli and Angular-cli
DevOpsDays Cape Town 2018 - Serverless with Google App Engine
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Driving Pipeline Automation With Newman and the Postman API
AngularJS RTP Slides - Angular 2 Demo #ngtattoo with Angular CLI, Newest New ...
Angular Routing - Angular Hack Day Melbourne 2019
Intro To Meteor (Las Vegas Ruby User Group Talk)
Creating BananaJS with Angular 2, Angular CLI, and Material Design
warblecamp - twical
Modern web app with REACT
The dev ops code has no servers
Writing a Java Extension for LibreOffice with LOEclipse
A Tale of 3 CLIs - Angular 2, Ember, and React
Getting started with Angular CLI
Gearman Add To Your Project
Intro to meteor
Progressive Web App
React native and wordpress
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
Ad

Similar to Laravel & google cloud platform do mix​! (20)

PPTX
GCCP Session #1 - Getting Started with GCP.pptx
PPTX
GCP App Engine with Spring boot Deployment.pptx
PPTX
DSC Cloud Study Jams
PDF
Importance of GCP: 30 Days of GCP
PPTX
Week #1 Training ACEM.pptx
PPTX
GDSC BVCOENM - Google Cloud Study Jam October 2021 | Day 1 + Day 2
PDF
Getting Started with Google Cloud Platform: A Beginner’s Guide
PPTX
Week #1 Training.pptx
PPTX
30 days of google cloud event
PPTX
30 days of cloud - 1
PDF
Introductory Session.pdf
PPTX
Introduction to Google Cloud
PPTX
Building Instruqt, a scalable learning platform
PPTX
Cloud Computing
PPTX
GCCP.pptx
PDF
Develop & Deploy your Laravel Application on Google Cloud Platforms
PPTX
Session #1 GCCP
PDF
Google's serverless journey: past to present
PPTX
Cloud Study Jam_ Google Cloud Essentials Event Slides.pptx
PPTX
30 Days of Google Cloud Program Kickstart Session
GCCP Session #1 - Getting Started with GCP.pptx
GCP App Engine with Spring boot Deployment.pptx
DSC Cloud Study Jams
Importance of GCP: 30 Days of GCP
Week #1 Training ACEM.pptx
GDSC BVCOENM - Google Cloud Study Jam October 2021 | Day 1 + Day 2
Getting Started with Google Cloud Platform: A Beginner’s Guide
Week #1 Training.pptx
30 days of google cloud event
30 days of cloud - 1
Introductory Session.pdf
Introduction to Google Cloud
Building Instruqt, a scalable learning platform
Cloud Computing
GCCP.pptx
Develop & Deploy your Laravel Application on Google Cloud Platforms
Session #1 GCCP
Google's serverless journey: past to present
Cloud Study Jam_ Google Cloud Essentials Event Slides.pptx
30 Days of Google Cloud Program Kickstart Session
Ad

More from Abdelrahman Omran (11)

PDF
State of the WEB ‘18
PDF
Building Conversational Experiences for Google Assistant '18
PDF
Using Dialogflow to build actions for Google Assistant ‘18
PDF
Make the most out of a conference - MENAIO Summit '18
PDF
All for one & one for all - MENAIO Summit '18
PDF
The Web Platform - State of the Union '17
PDF
Progressive Web Apps 1. keynote
PDF
Building for google assistant
PDF
How can you get started with machine learning?
PDF
Progressive Web Apps / GDG DevFest - Season 2016
PDF
Google Green
State of the WEB ‘18
Building Conversational Experiences for Google Assistant '18
Using Dialogflow to build actions for Google Assistant ‘18
Make the most out of a conference - MENAIO Summit '18
All for one & one for all - MENAIO Summit '18
The Web Platform - State of the Union '17
Progressive Web Apps 1. keynote
Building for google assistant
How can you get started with machine learning?
Progressive Web Apps / GDG DevFest - Season 2016
Google Green

Recently uploaded (20)

PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Digital Systems & Binary Numbers (comprehensive )
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
Transform Your Business with a Software ERP System
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Introduction to Artificial Intelligence
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
Computer Software and OS of computer science of grade 11.pptx
Designing Intelligence for the Shop Floor.pdf
Digital Systems & Binary Numbers (comprehensive )
VVF-Customer-Presentation2025-Ver1.9.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Wondershare Filmora 15 Crack With Activation Key [2025
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Navsoft: AI-Powered Business Solutions & Custom Software Development
How to Migrate SBCGlobal Email to Yahoo Easily
CHAPTER 2 - PM Management and IT Context
Transform Your Business with a Software ERP System
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Introduction to Artificial Intelligence
Operating system designcfffgfgggggggvggggggggg
Design an Analysis of Algorithms II-SECS-1021-03
wealthsignaloriginal-com-DS-text-... (1).pdf

Laravel & google cloud platform do mix​!

  • 1. Laravel & Google Cloud Platform Do Mix! Abdelrahman Omran me@omranic.com @omranic
  • 2. Session Outline This is just a proof of concept session, you get the concepts and dig deeper. Here’s what we’ll learn today? 1. What’s Google Cloud Platform? & Why? 2. What’s Google App Engine? 3. What’s Google Cloud Console? 4. What’s the other Google Cloud Services? 5. What’s Laravel? & Why? 6. Launch your Laravel Project on GCP in less than 10 minutes! Go ahead and register for a free trial with $300 free credit and make some awesome powerful apps! ;) https://cloud.google.com/free-trial/
  • 10. Technical Steps #1 1. Download Google App Engine SDK for PHP & follow installation steps on the same page according to your OS: https://cloud.google. com/appengine/downloads 2. Google Cloud Console > Create New Project “gcpcairo2” https://console. cloud.google.com 3. git clone https://github.com/laravel/laravel.git gcpcairo2
  • 11. Technical Steps #2 3. git checkout 5.1 4. Install `shpasser/GaeSupportL5` composer package: https://github. com/shpasser/GaeSupportL5 Add the following line to the `require` array in your project’s composer.json "shpasser/gae-support-l5": "~1.0" 5. Run `composer install` inside project’s directory to install all requirements.
  • 12. Technical Steps #3 6. Then include the service provider within `config/app.php` file: ShpasserGaeSupportL5GaeSupportServiceProvider::class, 7. Generate Laravel key: php -r "copy('.env.example', '.env');" php artisan key:generate
  • 13. Technical Steps #4 7. Now it’s time to prepare the project for Google App Engine: php artisan gae:setup --config gcpcairo2 8. Add the following lines to your `.env` for cache performance: CACHE_SERVICES_FILE=true CACHE_CONFIG_FILE=true CACHE_ROUTES_FILE=true CACHE_COMPILED_VIEWS=true
  • 14. Technical Steps #5 9. Temporary enable debug mode in `.env` file: APP_DEBUG=true 10. It’s time to deploy your application online: appcfg.py -A gcpcairo2 -V v1 update . --noauth_local_webserver 11. You’re done! Access: https://gcpcairo2.appspot.com
  • 15. Register Now & Get Started Go ahead and register for a free trial with $300 free credit and make some awesome powerful apps! ;) https://cloud.google.com/free-trial/