У нас вы можете посмотреть бесплатно PHP web development environment with Docker tutorial - 001 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Tutorial to build a PHP web development environment with Docker Compose, PHP 7.2, Composer, Apache web server, MySQL database, and install Zend Expressive for a PHP project. (see shortcuts below to key points) Adam Culp of Beachcasts php videos walks through creating a PHP development environment with Docker containers using a leading php framework. For a video using Windows WSL 2, see • Developing on Windows with WSL2 (Subsystem... Later we will be introducing Zend Framework (Laminas Project) components, as well as components from other projects. Next video in the series: • PhpStorm setup for PHP web development wit... It is part of the playlist: • PHP REST API Project with Zend Expressive Please * LIKE, COMMENT, AND SUBSCRIBE * - and share with others! Key Topics: How to use Composer How to install Zend Expressive Skeleton Application How to use Docker-Compose to create a Docker container How to create a Dockerfile How to create a docker-compose.yml file For a nice list of equipment I use in my studio, and to support the channel if you make any purchases (doesn't cost you a thing), visit my kit at kit.co: https://kit.co/beachcasts/beachcasts-... Code used in this, and in future videos of this series is located at: https://github.com/Beachcasts/doctrin... but please see errata about some data changes at this stage. Associated Links: https://www.docker.com/ - Home of Docker Containers https://docs.docker.com/compose/ - Documentation showing how to use Docker Compose http://php.net/ - Home of the PHP programming language https://getcomposer.org/ - Site for installing and using Composer with PHP https://www.mysql.com/ - Main site for the MySQL database https://getexpressive.org/ - Main site for Zend Expressive https://getlaminas.org/ - Laminas Project site Errata: At 5:41 - Should have said 12.2 Billion, not Trillion At 13:50 - Composer does not create the composer.json, that is part of the origin package At 16:08 - Serve command is defined in composer.json, not a feature of Composer At 17:02 - Composer is installed to /usr/local/bin At 22:35 - The schema.sql shows an is_admin field in the announcements table. This should be removed. Also, the id column in the announcements table should be int(11) and auto increment instead of char(36) At 31:04 The referenced image does not use Ubuntu, it is Debian At 31:27 Due to recent versions of Debian removing mysql-client, use mariadb-client instead for this example. Keypoints: 00:00 Video Intro 01:20 - Introduction to Composer (the PHP dependency manager) from https://getcomposer.org 02:35 - How to get the current PHP version via CLI 04:24 - Introduction to Packagist from https://packagist.org 07:26 - Introduction to Zend Expressive at https://docs.zendframework.com/zend-e... 08:17 - Using the command line (CLI) to install zend-expressive-skeleton with Composer. Followed by the installation wizard steps. 13:55 - Brief description of composer.json contents 16:30 - Using the new PHP internal web server via Composer. 21:53 - Adding a SQL schema file for import to MySQL database. 23:45 - Create a docker-compose.yml file, and explain parts. 28:20 - Create the Dockerfile file for the web server creation from an image on Docker Hub, and explain the contents. 35:35 - Launch Docker using docker-compose command. 37:20 - Show how to view current Docker containers using 'docker ps'. 38:28 - Edit the composer.json to alter package version dependency, for when a different version is desired. Then run 'composer update' to update the packages. Other Beachcasts PHP tech videos you might find interesting: Developing on Windows WSL 2 • Developing on Windows with WSL2 (Subsystem... Make your local DEV environment available on the internet • Make your local DEV environment available ... AWS Elastic Load Balancer (ELB) Tutorial How-To • AWS Elastic Load Balancer (ELB) Tutorial H... Behat for beginners functional REST API testing tutorial • Behat for beginners functional REST API te... Doctrine ORM one-to-many bi-directional association • Doctrine ORM one-to-many bi-directional as... Doctrine ORM one-to-many self-referencing association • PHP DoctrineORM one-to-many self-referenci... Use UUID with Doctrine ORM for DB keys • UUID with Doctrine ORM in Zend Expressive ... Automate Hypermedia creation for PHP REST API • Automate Hypermedia PHP REST API with Doct... Learn about Hypermedia and how to create it • Creating Hypermedia (HAL) in PHP REST API ... Doctrine ORM Paginator for PHP REST API • Doctrine ORM Paginator in PHP REST API wit... Doctrine ORM Entity how to • Create Doctrine ORM Entity and pagination ... Configure Doctrine ORM • Configure Doctrine ORM and Dbal CLI with c... Create PHP middlware with Zend Expressive • Create PHP middleware with Zend Expressive... Help through referrals: Thinking of buying a Tesla electric vehicle? Use this referral link to also get six months of free Supercharging for both of us. Thank you. https://www.tesla.com/referral/tanya2... I use TubeBuddy to help me manage my YouTube channel. If you're interested, click the following link to check it out. https://www.tubebuddy.com/beachcasts #Docker #ZendExpressive #Beachcasts