Skip to content

jacobDaeHyung/Laravel-Real-Estate-Manager

 
 

Repository files navigation

Laravel 4 with Sentry 2 - Version 2.0

This is a demo of Sentry 2 integrated with Laravel 4 and Bootstrap 3.0.

Version 2.0 has been completely revamped using strategies suggested in Laravel: From Apprentice to Artisan by Taylor Otwell, Implementing Laravel by Chris Fidao and the Laracast videos. Version 1.0 still exists in its original version.

Instructions

Before you begin, make sure you have both git and composer installed on your system.

  1. Clone the repo
  2. Run php composer.phar update
  3. Set up your datbase configuration in app/config/database.php
  4. Edit app/config/mail.php to work with your mail setup.
  5. Run the migrations: php artisan migrate
  6. Seed the Database: php artisan db:seed

Seeds

The seeds in this repo will create two groups and two user accounts.

Groups

  • Users
  • Admins

Users

Links

Tests

  1. Make sure you've run composer update.
  2. cd to the L4withSentry project root directory.
  3. Execute phpunit to run tests or phpunit --coverage-text to see text based code coverage summary.
  4. If you're interested in more dynamic code coverage, check out the instructions.

Notes

  • Tests are currently very limited.

======= The Laravel framework is open-sourced software licensed under the MIT license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.3%
  • JavaScript 16.8%
  • HTML 8.9%
  • Other 1.0%