Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ixudra/ixd-template
- Owner: ixudra
- License: mit
- Created: 2014-02-11T20:25:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:59:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:30:57.338Z (9 months ago)
- Topics: codeception, ixudra, laravel, laravel-mix, project, project-template
- Language: PHP
- Size: 7.42 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.example
- License: LICENSE
Awesome Lists containing this project
README
YourAppName web application - by Ixudra
============================================
## Getting startedClone 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