Skip to content

tamer-hassan/october-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoberFly

OctoberFly aims to make OctoberCMS faster by using Swoole extension.

Version Compatibility

  • OctoberCMS (Laravel 5.5.* under the hood)
  • Swoole >4.0

Based on: LaravelFly

PHP Setup Requirements

  1. Install swoole extension pecl install swoole

Make sure swoole is included in php.ini file. extension=swoole.so

Also Suggested:

pecl install inotify

  1. composer require "tamerhassan/october-fly":"dev-master"

Quick Start

  1. Add the following line to your 'providers' array in config/app.php
'OctoberFly\Providers\ServiceProvider',
  1. Publish server config
php artisan vendor:publish --tag=fly-server
  1. Publish app config
php artisan vendor:publish --tag=fly-app
  1. Finally you can start the server:
php vendor/tamerhassan/october-fly/bin/fly start

Packages

No packages published

Languages