Information System Zoo is simple web application with all configs, database schemas and seeders.
- 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
- Bootstrap Framework for easier creating gui
- eonasdan-bootstrap-datetimepicker nice datetimepicker
- nicolaslopezj/searchable provide functionality for finding in models
To use application the database is seeding with users :
- User : login = majko, password = poklop
- Administrator : login = manazer123, password = poklop
This example for Laravel is open-sourced software licensed under the MIT license