feat(episodes): add create form and view pages for episode
- add james-heinrich/getid3 library as a dependency to composer.json - update DEPENDENCIES.md file - fix episodes table migration script - add js devDependencies: prettier, @prettier/plugin-php and lint-staged to automatically format staged files before commit - reformat all files to the prettier format - refactor code by separating some logic as helper functions - overwrite existing files when uploading new files with the same name fixes #1
Showing
- .devcontainer/devcontainer.json 3 additions, 2 deletions.devcontainer/devcontainer.json
- .gitignore 6 additions, 5 deletions.gitignore
- .prettierrc.json 13 additions, 0 deletions.prettierrc.json
- DEPENDENCIES.md 1 addition, 0 deletionsDEPENDENCIES.md
- Dockerfile 5 additions, 0 deletionsDockerfile
- README.md 1 addition, 2 deletionsREADME.md
- app/Config/App.php 43 additions, 44 deletionsapp/Config/App.php
- app/Config/Autoload.php 66 additions, 67 deletionsapp/Config/Autoload.php
- app/Config/Boot/production.php 8 additions, 1 deletionapp/Config/Boot/production.php
- app/Config/Cache.php 34 additions, 34 deletionsapp/Config/Cache.php
- app/Config/Constants.php 16 additions, 15 deletionsapp/Config/Constants.php
- app/Config/ContentSecurityPolicy.php 28 additions, 29 deletionsapp/Config/ContentSecurityPolicy.php
- app/Config/Database.php 92 additions, 94 deletionsapp/Config/Database.php
- app/Config/DocTypes.php 39 additions, 22 deletionsapp/Config/DocTypes.php
- app/Config/Email.php 161 additions, 163 deletionsapp/Config/Email.php
- app/Config/Encryption.php 4 additions, 5 deletionsapp/Config/Encryption.php
- app/Config/Events.php 21 additions, 21 deletionsapp/Config/Events.php
- app/Config/Exceptions.php 6 additions, 6 deletionsapp/Config/Exceptions.php
- app/Config/Filters.php 26 additions, 26 deletionsapp/Config/Filters.php
- app/Config/ForeignCharacters.php 0 additions, 1 deletionapp/Config/ForeignCharacters.php
Loading
Please register or sign in to comment