
Learn how to launch your Laravel deployment online with a simple, practice-focused approach, where you try, troubleshoot, and post questions to gain real value from the course.
Set up a virtual development environment with Homestead for Laravel, running inside a Vagrant and VirtualBox box with PHP 7, Composer, and the Heroku CLI.
Launch your Laravel application online using the free Heroku plan with AWS integration, and compare hosting options, including GoDaddy, for deployment and configuration.
Learn to set up version control with git, initialize a project, commit changes, and deploy a Laravel app to Heroku by creating and configuring a Heroku app online.
Configure Heroku build packs and environment variables for a Laravel app, set the app key via the CLI or admin panel, and prepare to push to Heroku.
Deploy your Laravel app to the internet by creating a proc file, configuring Apache, and pushing to Heroku, then open the app and test the deployment.
Learn to configure Laravel deployment by setting database and other config variables in Heroku, using the terminal or admin panel to rebuild config variables, and verify production readiness.
connect to a local PostgreSQL database using Homestead, configure environment variables, run migrations, and prepare a database for deployment to Heroku with a GUI tool or command line.
Provision a database for your Heroku app and link it by updating environment variables with host, database, user, and password, configuring the production connection.
Connect your app database using Postgres on Heroku, run migrations from the terminal, and verify tables with a quick GUI check, while honoring environment variables and local versus remote config.
Register and log in to your online Laravel app, deploy from a Homestead Vagrant environment, manage migrations, and push changes to Git and Heroku for free hosting.
Set up a local Laravel deployment with Homestead and Vagrant by configuring host files and YAML, provisioning the server, and verifying the app in the browser.
Celebrate completing the course and recognize its practical, easy approach that adds value to your career and life. Consider leaving a review to help future students find information they need.
Laravel is a great PHP framework, that helps us build really complex applications, fast and secured, but the hosting part can be a little daunting at first.This is a short course in which students will learn how to deploy their laravel applications online fast, easy and free.
On the path to deploying your Laravel installation you will also learn some really good skills, here is the list.
1.PasS
PassS stands for platform as a service, and on this course I will introduce you to one.
2. UI Setup
On this PassS we are going to learn how to setup our application through their web interface which is pretty easy and awesome.
3. Command line setup
Here we are going to use our terminal or command prompt window to setup our application with this PassS. Don’t worry, this will not be as hard as you think, this stuff is easy.
4. Nameserver setup
On this part, we will learn how to change our nameservers to make our app visible by using our own custom domains.
4. Database
Finally, we’ll learn how to setup a PostgreSQL database for our Laravel application, offline and online.
If you are ready to Learn how to deploy a Laravel Application online, then come and join me on this course.
See you inside!
Edwin Diaz