Skip to content

tobeorla/phalcon-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phalcon-skeleton

Introduction

This is a simple, skeleton application using the Phalcon2. This application is meant to be used as a starting place. Its built on top of https://github.com/mamuz/phalcon-application which simplifies the bootstrap.

Requirements

Phalcon2 is needed, follow install steps at https://github.com/phalcon/cphalcon

Install

The easiest way to create a new project is to use Composer.

composer create-project -n -sdev mamuz/phalcon-skeleton path/to/install

Changing namespace

You can change the used namespace PhalconSkeleton to your prefered one.

sh ./scripts/rename-namespace.sh

After changing namespace you have to update composer lock file and the autoloader classmap

composer update --lock

You should also remove the config cache file inside ./data/cache.

Web server setup

Check https://docs.phalconphp.com/en/latest/reference/install.html#installation-notes

About

Skeleton application for Phalcon2 Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.1%
  • Shell 5.0%
  • HTML 4.9%