Skip to content

PatrikMosko/iis-zoo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published