Download the PHP package cottacush/phalcon-base-project without Composer
On this page you can find all versions of the php package cottacush/phalcon-base-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package phalcon-base-project
Phalcon Base Project
Base project for bootstrapping phalcon projects
Requirements
The minimum requirement by this project template that your Web server supports PHP 5.6
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist cottacush/phalcon-base-project new_project
Virtual Host Setup
Sample Virtual Host Config for Apache
Sample Server Block for nginx
Environment Variables
Make a copy of .env.sample
to .env
in the env directory and replace values as appropriate.
Install dependencies
composer install
Setting OAuth2 Tables
Create a new database app
Run Migrations by running ./vendor/bin/phinx migrate
Seed the database by running the following commands:
- Seed the Oauth Credentials
CLIENT_ID='<CLIENT_ID>' CLIENT_SECRET='<CLIENT_SECRET>' ./vendor/bin/phinx seed:run -s OauthSeeder -e development
Running Tests
- Make a copy of
.env.sample
to.env.test
in the env directory and replace values as appropriate. - Run the test script
runtest.sh
Change log
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Adeyemi Olaoye [email protected]
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of phalcon-base-project with dependencies
cottacush/phalcon-utils Version ^2.2
redound/phalcon-rest Version ^1.4.0
vlucas/phpdotenv Version ^2.2
phalcon/incubator Version ^3.0
robmorgan/phinx Version ^0.5.3
ext-phalcon Version >=3.0.0