A comprehensive redesign of the i4 database for the Small Claims Advisory Service.
Located in lang/en/messages.php
is a list of defined terms that may change from year to year (e.g. webmaster's name, email, etc.)—all you need to do is to edit their definitions in this file and they will update across the app.
To create all the necessary database structures, run this command:
php artisan migrate
If you need to reverse any changes:
php artisan migrate:rollback --step=1
php artisan db:seed
Make sure MySQL database is InnoDB format. This will allow for foreign key constraints to be applied. Also remove the Client factory command statement.
Upload the files to your document root, or if you are running your own server, use the following command
php artisan serve