:sequential_nav: both .. _tutorial-flavours-php-add-application: Make changes and deploy them =================================== Make a change ------------- We'll make a simple change to the application code. Find the file ``resources/views/welcome.blade.php``, which is responsible for the Laravel welcome page, and adjust the line controlling the background colour, for example: .. code-block:: php :emphasize-lines: 4