Book Image

Learning Application Deployment with Laravel [Video]

By : James Dow
Book Image

Learning Application Deployment with Laravel [Video]

By: James Dow

Overview of this book

<p>Deployment is a complex task in the software development cycle, and involves making careful decisions to ensure the optimal deployment solution is reached. With tons of options available to developers, making those decisions can be testing even before the physical process of deployment.</p> <p>Learning Application Deployment with Laravel is a great introduction into the world of deployment. You’ll learn how to deploy a project as a team, deploy a project to different staging environments, and finally different ways to actually host your deployed application. At the end of the course, we look at a couple of ways to make what can be a flavorless process more lively, or maybe even fun!</p> <p>We’ll start off by setting up our machine and getting familiar with the tools and code we’ll be using throughout the course. You’ll learn about interesting things such continuous deployment workflows, and an application’s life cycle. You’ll find out about the different types of staging environments you can set up for your users and your team. You’ll also discover when to use a cloud server over the traditional web hosting providers, how to handle a team, and see how tricky databases can be. Finally, we’ll close things up with some techniques to make deployment a little less painful.</p> <p>Learning Application Deployment with Laravel will introduce you to and ground you in the basics of the many moving parts of a process that every developer has to eventually perform. This video course will rid any deployment phobias you may have, and teach you in a way that is fun and engaging. After going through these videos, you will be one step closer to being an all-star developer.</p> <h1>Style and Approach</h1> <p>Focused and on-point, this video course delivers clear, step-by-step treatments of a wide array of deployment options and techniques. In addition to deployment practices, this course offers several value-added solutions to make the deployment process as seamless and efficient as possible.</p>
Table of Contents (8 chapters)
Chapter 7
Making Deployment Fun
Content Locked
Section 5
Implementing Artisan Commands
There are many tools and software out there to help deploy an application. By using php artisan commands in Laravel, you can avoid extra software - Write an artisan command - Register the artisan command - Execute the artisan command