Skip to content

Phalcon 5.6.0 and PHP 8.1 MVC Application Starter Template

Notifications You must be signed in to change notification settings

bozkurtemre/phalcon5-php8.1-starter

Repository files navigation

Phalcon Application

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

This is a sample application for the Phalcon PHP 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

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

Installation

  1. Copy project to local environment - git clone git@github.com:bozkurtemre/phalcon5-php8.1-starter.git
  2. Edit .env file with your DB connection information
  3. Run DB migration commands with php migrate

If you do not have PHP installed on your machine or do not wish to install it, you can run the application in a docker container. You will need docker and docker-compose.

docker compose up -d --build 

will build and start your environment.

docker exec -it phalcon5 bash

will allow you to enter the environment.

About

Phalcon 5.6.0 and PHP 8.1 MVC Application Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published