Skip to content
Ryan Durham edited this page Jan 19, 2015 · 10 revisions

Configuration Options

There are several aspects of Sentinel's functionality that can be altered by changing the provided config file. To make edits, make sure you publish the config file first:

php artisan config:publish rydurham/sentinel

You may need to re-publish this in the future if additional config options are added to the package.

Currently you can use the config to:

  • Change the strings used in URLs to reach resources.
  • Change the post-login and post-logout redirect locations
  • Change default e-mail subject lines
  • Select the Master View which the Sentinel Views extend.
  • Turn on & off the ability to register as a new user
  • Turn on & off whether or not a newly created user is automatically activated
  • Select the default group assigned to new users
  • Specify additional database fields to be handled by the User Repository

Default Routes

Sentinel comes preconfigured with a handful of default routes - view them here. If you are having trouble using the routes, make sure that your local php artisan routes output is the same as is shown on this list.

Database Seeds & Migrations

Information about the Seeds provided by the package.

Events & Listeners

The built in Events & Listeners provided by the pacakge.

Version History

Viewable here.