-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.example
37 lines (20 loc) · 1.14 KB
/
readme.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
YourAppName web application - by Ixudra
============================================
## Getting started
Clone this repository to a local folder. If everything is up and running, go through these steps to complete to setup:
- Install packages via Composer: `composer install`
- Create migrations table: `php artisan migrate:install`
- Run migrations and seeders: `php artisan migrate:refresh --seed`
## CodeCeption unit tests
- Run composer update (if you haven't done so already)
- Create a test database with the name `ixd_yourAppName_test`
- Create a database user the following credentials: `yan_user_test` - `yan_pwd_test` and make sure this user has access to the test database
- Run `sudo vendor/bin/codecept build` to build test helpers for testing purposes (should be repeated every time you change modules for a suite)
- Run `sudo vendor/bin/codecept run` to run all test suites
- Run `sudo vendor/bin/codecept run --coverage-html` to run all test suites with HTML code coverage (requires XDebug)
## License
Proprietary software - do not distribute
## Contact
Jan Oris (developer)
- Email: [email protected]
- Telephone: +32 496 94 20 57