This is a basic demo showing some of the functionality of Sentinel on Laravel 4.2.
git clone [email protected]:cartalyst/demo-sentinel.git
3. Go into your app directory in your terminal and install the dependencies: (cartalyst requires a subscription)
composer install
Note: make sure you set
pretend
to false after you configure your email credentials.
php artisan migrate --package="cartalyst/sentinel"
php artisan migrate --seed
8. Publish the package to app folder(app/config/packages), so that you can manage throttling or other settings
php artisan config:publish cartalyst/sentinel