Download the PHP package angelxmoreno/docker-compose-cakephp-skeleton without Composer
On this page you can find all versions of the php package angelxmoreno/docker-compose-cakephp-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download angelxmoreno/docker-compose-cakephp-skeleton
More information about angelxmoreno/docker-compose-cakephp-skeleton
Files in angelxmoreno/docker-compose-cakephp-skeleton
Package docker-compose-cakephp-skeleton
Short Description CakePHP skeleton app
License MIT
Homepage https://cakephp.org
Informations about the package docker-compose-cakephp-skeleton
CakePHP Application Skeleton with Docker
A skeleton for creating applications with CakePHP 3.x. using Docker
The framework source code can be found here: cakephp/cakephp.
Installation
- Install Composer using the recommended configuration.
- Run
composer create-project --prefer-dist angelxmoreno/cakephp-skeleton [app_name]
.
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
Then visit http://localhost:8765
to see the welcome page.
Update
There are a few changes from the original skeleton found at cakephp/app
1. Updated README to denote the usage of Docker
2. Deleted unused directories and files
a. .github/
b. config/.env.default
3. Moved .env.default to root
4. Removed files from .gitignore ( config/app is now commitable )
5. Created App\Console\CustomInstaller to generate:
a. .env file if not found
b. Security.Salt in .env
c. App Name in .env
6. Created ENV_FILE constant
Configuration
Read and edit config/app.php
and setup the 'Datasources'
and any other
configuration relevant for your application.
Layout
The app skeleton uses a subset of Foundation CSS framework by default. You can, however, replace it with any other library or custom styles.
All versions of docker-compose-cakephp-skeleton with dependencies
cakephp/cakephp Version 3.5.*
mobiledetect/mobiledetectlib Version 2.*
cakephp/migrations Version ~1.0
cakephp/plugin-installer Version ~1.0
josegonzalez/dotenv Version 2.*