Giter VIP home page Giter VIP logo

docker-project-php's Introduction

Project Docker PHP

by Goodnato

A project template ready to start

  • Clone this repo
  • Create .env
  • Build

What does the project have?

The following technologies are included:

Requirements

Windows

Linux

Installation

First create a .env and set your values

git clone https://github.com/Goodnato/docker-project-php
cd docker-project-php
cp .env_template .env
nano .env
HTTP_HOST=localhost
HTTP_PORT=80

Now BUILD ๐Ÿ™Œ

docker-compose up -d --build
Access -> http://localhost
Phpmyadmin -> http://localhost:8080 > username: root, password: 123

Laravel

We all love laravel. So it's easy to install

rm src/index.php
docker-compose exec php composer create-project laravel/laravel .
docker-compose exec php php artisan
nano .env and change ROOT_PHP for default root laravel -> /var/www/html/public
docker-compose restart
cd src/
nano .env
DB_HOST=mysql
DB_DATABASE=database
DB_USERNAME=user
DB_PASSWORD=123
REDIS_HOST=redis
REDIS_PASSWORD=Redis!
MAIL_HOST=mailhog
[email protected]
MAIL_FROM_NAME=Mailhog
access -> http://localhost

NPM

Do you want packages for your application? Great, follow these steps

cd docker-project-php
docker-compose exec node npm install
docker-compose exec node npm install bootstrap
docker-compose exec node npm install sweetalert2

License

MIT

Free Software, o/

v2.1

docker-project-php's People

Contributors

goodnato avatar

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.