this is a forked project that i made a phalcon intergration to it
the sentinel config file can be found under config/PhalconConfig.php
#Usage:
it relies on \Phalcon\Mvc\Model for database connection
you don't need to require these packages on composer.json:
- illuminate/database
- symfony/http-foundation
- illuminate/events
but you need this package:
- nesbot/carbon
// Import the necessary classes
use Cartalyst\Sentinel\Phalcon\Facades\Sentinel;
// Include the composer autoload file
require 'vendor/autoload.php';
Sentinel::check();
PHP 5.5 Phalcon 3.0.1