All Projects → harshjv → Docker Laravel

harshjv / Docker Laravel

Licence: mit
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose

Projects that are alternatives of or similar to Docker Laravel

Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (+388.24%)
Mutual labels:  mysql, laravel, composer, nginx
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (+15.29%)
Mutual labels:  mysql, laravel, nginx
Docker Laravel
🐳 Docker Images for Laravel development
Stars: ✭ 101 (+18.82%)
Mutual labels:  mysql, laravel, nginx
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (+116.47%)
Mutual labels:  mysql, laravel, nginx
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-52.94%)
Mutual labels:  mysql, composer, nginx
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+1455.29%)
Mutual labels:  mysql, composer, nginx
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-35.29%)
Mutual labels:  mysql, laravel, nginx
Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-16.47%)
Mutual labels:  mysql, laravel, composer
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+318.82%)
Mutual labels:  mysql, laravel, nginx
Reading
整理阅读过的干货文章, 帖子
Stars: ✭ 318 (+274.12%)
Mutual labels:  mysql, laravel, nginx
Blog
Hi, I am CrazyCodes, and here are all my articles
Stars: ✭ 212 (+149.41%)
Mutual labels:  mysql, laravel, nginx
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (+456.47%)
Mutual labels:  mysql, laravel, nginx
Laravel Ubuntu Init
A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 & Ubuntu 18 system.
Stars: ✭ 695 (+717.65%)
Mutual labels:  mysql, laravel, nginx
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-54.12%)
Mutual labels:  laravel, composer
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (-49.41%)
Mutual labels:  mysql, laravel
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-49.41%)
Mutual labels:  mysql, nginx
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-58.82%)
Mutual labels:  laravel, composer
Drupal Nginx Php Kubernetes
Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service. This is a work in progress.
Stars: ✭ 43 (-49.41%)
Mutual labels:  mysql, nginx
Datagrid
Datagrid for Laravel v5
Stars: ✭ 44 (-48.24%)
Mutual labels:  laravel, composer
Php frameworks analysis
php框架源码分析
Stars: ✭ 57 (-32.94%)
Mutual labels:  mysql, composer

docker-laravel

Laravel 5 with Dockerized PHP-FPM, MySQL and nginx using docker-compose

Usage

Get Composer

docker-compose run --rm phpnginx curl -O https://getcomposer.org/installer
docker-compose run --rm phpnginx php installer

Install Laravel 5 using Composer

docker-compose run --rm phpnginx php composer.phar create-project laravel/laravel src --prefer-dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].