Coder Social home page Coder Social logo

laravel-php-7's Introduction

Dockerfile for Laravel 5.1+ and PHP 7.0

This Docker container builds the latest version of PHP 7.0 on Ubuntu as well as all the PHP extensions needed for Laravel 5.1+. It also includes composer and some nice command line apps like vi for debugging/editing files.

I took pieces from Heroku's PHP 7.0 buildpack and a couple other PHP 7.0 Docker containers that I found. I welcome pull requests or suggestions for improvements on the Github Repo.

This container is intended for local development only, and I wouldn't recommend trying to deploy it. My goal with this Dockerfile was to create a way to quickly test whether an existing Laravel app would work in PHP7, and for that, it works well. In a real production environment, I'd recommend using a Docker compose file and individual Docker containers for each service required to run your application (eg: Apache, PHP7, NGINX, etc.).

Running this Container

Note: I'm assuming you've set up Docker and a VM (if necessary). If not, start here.

  • Navigate to the root of your Laravel project
  • Currently you have to update the /storage folder permissions to 777. This is due to the fact that the docker container mounts the whole volume of your Laravel application.
  • Download the latest version of the base PHP7/Laravel Docker container: docker pull karllhughes/laravel-php-7
  • From the root of your Laravel project, run docker run -it -v $PWD:/www -p 80:80 karllhughes/laravel-php-7 to bring up the container's command line.
  • From the container's command line, run any of the following commands:
    • cd /www to navigate to the web root
    • apachectl start (must be run to start Apache)
    • composer install or composer update
    • php vendor/bin/phpunit to run unit tests
  • View your Laravel project by going to localhost or the IP address of your Virtualbox or server that's running Docker.

laravel-php-7's People

Contributors

karllhughes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-php-7's Issues

Internal server error

I setuped your docker imahe on DigitalOcean, everything works fine, i used clean laravel default project . But when i trying to get response from ip adress i got this in browser
default

Don't mount /storage and /vendor folders

Rather than mount the laravel /storage and /vendor folders, I'd like to allow the container to create and use its own. This allows for permissions to be set properly on the storage folder and for composer install to run independent of the machine running docker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.