Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.33 KB

File metadata and controls

41 lines (30 loc) · 1.33 KB

lexthink/php-skeleton

Source Code Latest Version Software License

📦 This package provides a basic configuration to start building your next project using Symfony.

Installation

Download the project repository to your local directory:

git clone git@github.com:lexthink/php-skeleton.git

Open your terminal in the local project, and execute:

make build

Then start the containers and install the dependencies with:

make start && make install

Go to http://localhost:8000/health-check to check that everything is ok.

Copyright and License

The lexthink/php-skeleton project is copyright © Manuel Alejadro Paz Cetina and licensed for use under the MIT License (MIT). Please see LICENSE for more information.