Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixudra/ixd-template

Ixudra project template
https://github.com/ixudra/ixd-template

codeception ixudra laravel laravel-mix project project-template

Last synced: about 2 months ago
JSON representation

Ixudra project template

Awesome Lists containing this project

README

        

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