Skip to content

flxcn/i5

Repository files navigation

i5

i5 logo

A comprehensive redesign of the i4 database for the Small Claims Advisory Service.

Usage

Updating definitions

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.

Migrations

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

Running a Seeder

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.

Running The App

Upload the files to your document root, or if you are running your own server, use the following command

php artisan serve

About

Client contact database platform for SCAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published