coolops / web-app
CoolOps web application skeleton (based on CakePHP 3 & MaterializeCSS)
Installs: 498
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 7
Forks: 393
Language:CSS
Type:project
Requires
- php: >=7.0.0
- admad/cakephp-hybridauth: ~3.0
- cakephp/cakephp: ~3.1
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- clthck/asset-compress-improved: ~3.0
- clthck/cakephp-jade: *
- davidyell/proffer: *
- dereuromark/cakephp-tinyauth: 1.*
- fzaninotto/faker: *
- mobiledetect/mobiledetectlib: 2.*
- xety/cake3-cookieauth: 1.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-11-23 19:58:11 UTC
README
A skeleton for creating coolops web applications with CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project --prefer-dist coolops/web-app [app_name]
.
If Composer is installed globally, run
composer create-project --prefer-dist coolops/web-app [app_name]
You should now be able to visit the path to where you installed the app and see the setup traffic lights.
Configuration
Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application.