Initial commit
parents
Showing
- .editorconfig 15 additions, 0 deletions.editorconfig
- .gitattributes 14 additions, 0 deletions.gitattributes
- .github/workflows/default.yml 43 additions, 0 deletions.github/workflows/default.yml
- .gitignore 5 additions, 0 deletions.gitignore
- .styleci.yml 1 addition, 0 deletions.styleci.yml
- LICENSE 22 additions, 0 deletionsLICENSE
- README.md 40 additions, 0 deletionsREADME.md
- composer.json 50 additions, 0 deletionscomposer.json
- config/simple-content.php 5 additions, 0 deletionsconfig/simple-content.php
- database/migrations/2020_04_27_000001_create_cd_simple_contents_table.php 39 additions, 0 deletions...ons/2020_04_27_000001_create_cd_simple_contents_table.php
- phpunit.xml 21 additions, 0 deletionsphpunit.xml
- src/Facades/SimpleContent.php 13 additions, 0 deletionssrc/Facades/SimpleContent.php
- src/Http/Controllers/Api/CdSimpleContentController.php 135 additions, 0 deletionssrc/Http/Controllers/Api/CdSimpleContentController.php
- src/Models/CdSimpleContent.php 11 additions, 0 deletionssrc/Models/CdSimpleContent.php
- src/ServiceProvider.php 33 additions, 0 deletionssrc/ServiceProvider.php
- src/SimpleContent.php 7 additions, 0 deletionssrc/SimpleContent.php
- src/routes.php 10 additions, 0 deletionssrc/routes.php
- tests/SimpleContentTest.php 27 additions, 0 deletionstests/SimpleContentTest.php
Please register or sign in to comment