Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-14 10:15:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
cbb83a6f30
BranchesTags
View all branches
castopod/app/Entities/Language.php

14 lines
185 B
PHP
Raw Normal View History

feat(podcast): create a podcast using form
2020-05-31 19:15:52 +00:00
<?php
namespace App\Entities;
use CodeIgniter\Entity;
class Language extends Entity
{
protected $casts = [
'code' => 'string',
feat: add npm for js dependencies + move src/ files to root folder - add node service in docker-compose.yml - update .devcontainer Dockerfile by adding node, npm and vim - init package.json for npm with tailwindcss, postcss, commitlint and commitizen as dev dependencies - update default layout main header and footer - replace CI's welcome_message.php with home.php listing all podcasts - add AUTHORS.md file - add docs folder in which to place castopod's technical documentation
2020-06-05 13:54:40 +00:00
'native_name' => 'string'
feat(podcast): create a podcast using form
2020-05-31 19:15:52 +00:00
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 194ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API