All Projects → kideny → phalcon-mvc-template

kideny / phalcon-mvc-template

Licence: MIT license
DragonPHP is a fast PHP framework like laravel based phalcon and devtools

Programming Languages

PHP
23972 projects - #3 most used programming language
Volt
20 projects
HTML
75241 projects
shell
77523 projects

Phalcon-MVC-Template

build:errored

Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is a mutli-module application for the Phalcon Framework. We expect to implement as many features as possible to showcase the framework and its potential.

Please write us if you have any feedback.

Thanks. NOTE

Demo

项目演示

The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch. Get Started Requirements

To run this application on your machine, you need at least:

PHP >= 7.1

Phalcon >= 3.4

Apache Web Server with mod_rewrite enabled, and AllowOverride Options (or All) in your httpd.conf or Nginx Web Server
Latest Phalcon Framework extension installed/enabled

MySQL >= 5.7

Then you'll need to create the database and initialize schema:

echo 'CREATE DATABASE Phalcon-MVC-Template' | mysql -u root cat schemas/qaytmaydi.sql | mysql -u root Phalcon-MVC-Template

Also you can override application config by creating app/config/config.php (already gitignored). Installing Dependencies via Composer

Phalcon-MVC-Template's dependencies must be installed using Composer. Install composer in a common location or in your project:

curl -s http://getcomposer.org/installer | php

Run the composer installer:

cd Phalcon-MVC-Template php composer.phar install

Improving this Sample

Phalcon is an open source project and a volunteer effort. Phalcon-MVC-Template does not have human resources fully dedicated to the mainteniance of this software. If you want something to be improved or you want a new feature please submit a Pull Request. License

Phalcon-MVC-Template is open-sourced software licensed under the New MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].