A database allowing users to search for and view relationships between migrants from Spain and Portugal between 1400 and 1600 A.D.
- PHP
- Laravel Framework
- MySql
- Google's material design
-
You must specify the proper path to the 'language' route, based on your development environment. The file is located in
/public/js/locale.js
. On line 31, set the ajax URL to:- Windows:
url: LANG_WINDOWS
- Unix:
url: LANG_UNIX
- Windows:
-
Also be sure to copy
.env.example
to a file called.env
and set the following variables:APP_KEY
: open the project root in a terminal, and typingphp artisan key:generate
DB_HOST
: mysql database host address (e.g. 127.0.0.1)DB_DATABASE
: database name (e.g iberian)DB_USERNAME
database usernameDB_PASSWORD
database password