Skip to content
This repository was archived by the owner on Sep 29, 2019. It is now read-only.

BEY9S/basic-auth-sentry

 
 

Repository files navigation

Basic Authentication with Sentry

My personal starting point for any laravel app that requires standard users and admin users. Also has editable profiles (standard users can edit their own profile, admin users can edit all profiles).

See demo here or install locally with instructions below.

Installation

This is just local installation using something like MAMP/WAMP or xampp

  1. clone the repo and cd into it
  2. composer install
  3. make sure db is running and credentials are setup in app\config\database.php
  4. php artisan migrate
  5. php artisan db:seed
  6. php artisan serve
  7. Visit localhost:8000 in your browser

About

Laravel Basic Authentication with Sentry with groups

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%