Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.15 KB

Laravel Information System - Zoo

Information System Zoo is simple web application with all configs, database schemas and seeders.

Installation

  • type git clone https://github.com/surfer19/iis-zoo.git to clone the repository
  • type cd iis-zoo
  • type composer install
  • type composer update
  • type bower install
  • start apache server (mysql + webserver)
  • create mysql database with name zoodb - you can change name in .env file
  • type php artisan migrate --seed to create and populate tables
  • (optional) edit .env for emails configuration

Include

Tricks

To use application the database is seeding with users :

  • User : login = majko, password = poklop
  • Administrator : login = manazer123, password = poklop

License

This example for Laravel is open-sourced software licensed under the MIT license