project cake-appengine
        CakePHP 3 Boilerplate project for Google App Engine.
    
            
                
                    
                    
                    
                    
                        
                            
    
        
        
            ojengwa/cake-appengine
            CakePHP 3 Boilerplate project for Google App Engine.
         
     
    
        
            -  Friday, November 13, 2015
 
                                -  by bernard
 
                            -  Repository
 
            -  1 Watchers
 
            -  2 Stars
 
            -  0 Installations
 
        
     
    
        
                            - PHP
 
            
            -  0 Dependents
 
            -  0 Suggesters
 
            -  0 Forks
 
            -  0 Open issues
 
            -  1 Versions
 
            -  0 % Grown
 
        
     
 
    
        
            
    
    
    
CakePHP Application Skeleton
, (*1)
A skeleton for creating Google App Engine applications with CakePHP 3.x., (*2)
The framework source code can be found here: cakephp/cakephp., (*3)
Installation
- Download Composer or update 
composer self-update. 
- Run 
php composer.phar create-project --prefer-dist ojengwa/cake-appengine [app_name]. 
If Composer is installed globally, run, (*4)
composer create-project --prefer-dist ojengwa/cake-appengine [app_name]
You should now be able to visit the path to where you installed the app and see
the setup traffic lights., (*5)
Configuration
- 
Edit app.yaml and replace PROJECT_ID and PROJECT_VERSION with the correct values., (*6)
 
- 
Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application., (*7)