Download the PHP package masterfermin02/php-starter-kit without Composer
On this page you can find all versions of the php package masterfermin02/php-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download masterfermin02/php-starter-kit
More information about masterfermin02/php-starter-kit
Files in masterfermin02/php-starter-kit
Package php-starter-kit
Short Description This project will help you to start a new project in PHP
License MIT
Informations about the package php-starter-kit
PHP starter kit
This project will help you to start a new project in PHP
How to make it work
A few simple steps are needed to get this application up and running:
The next step assumes that composer is available in your PATH
Usage with docker
- Run
docker-compose up --biuld
- Run
composer install
- Run
docker-compose up
now you should see in your localhost:8083 the welcome page. - Run the container in background
docker-compose up -d
- To see your local containers running process
docker ps
- Stop containers in background
docker-compose down
Usage with PHP native server
- run
sh serve.sh
Run test
composer run test
Helpers
If you notice that your machine has any file permission errors, you might need to execute the following in a project locally
chmod -R o+rw bootstrap/ storage/
Resources
These are a list of resources if you want to create a project like this or getting more knowledge on how to build your own framework in PHP.
Feedback
Found a bug or have a suggestion? Please create a new GitHub issue. We want your feedback!
All versions of php-starter-kit with dependencies
filp/whoops Version ~2.1
patricklouys/http Version ~1.4
nikic/fast-route Version ^1.3
rdlowrey/auryn Version ^1.4
mustache/mustache Version ^2.13
twig/twig Version ~2.12
erusev/parsedown Version ^1.7
twig/markdown-extra Version ^3.0