A containerized Laravel application

Containerized PHP Application What is this? This is an example of how you can quickly get up and running with Docker to develop a PHP application. This is a companion to the ? Shipping Docker video series…. Source: https://github.com/shipping-docker/php-app

Server-Side Rendering With Laravel & Vue.js 2.5

Server-side rendering is great way to increase the perception of loading speed in your full-stack app. Users get a complete page with visible content when they load your site, as opposed to an empty page that doesn’t get populated until JavaScript runs…. Source: https://www.codementor.io/vuejsdevelopers/server-side-rendering-with-laravel-vue-js-2-5-dmcu63w2y

What is PHP Output Buffering?

tl;dr: Output buffering is a way to tell PHP to hold some data before it is sent to the browser. Then you can retrieve the data and put it in a variable, manipulate it, and send it to the browser once you’re finished…. Source: https://notlaura.com/output-buffering/

8 Must Have PHP Quality Assurance Tools

This popular post has been updated on June 30th 2017 to include newest technologies and tools. For shipping quality code, we must have testing in mind while coding (if not doing TDD)…. Source: https://www.sitepoint.com/8-must-have-php-quality-assurance-tools/

Laravel Development with Docker

One of the challenges every development team faces is managing a consistent local environment to work in. Tools like Vagrant have made this easier in the past but working with heavy VM’s can be time consuming and quite taxing on your computer’s resources…. Source: https://kyleferg.com/laravel-development-with-docker/

Laravel in Docker

With this article you’ll learn how to prepare a Docker image of a Laravel application, push it to the registry, and use Docker in Continuous Delivery. Laravel is used to build web applications of any type you want. This framework is surprisingly fast, user-friendly, and very well documented…. Source: https://hackernoon.com/laravel-in-docker-ceed4465352

Upgrading Laradock

Warning: If you used an older version of Laradock it’s highly recommended to rebuild the containers you need to use see how you rebuild a container in order to prevent as much errors as possible. You can edit the .env file to chose which software’s you want to be installed in your environment…. Source: http://laradock.io/