castopod/app
Yassine Doghri cba871c5df feat: add install wizard form to bootstrap database and create the first superadmin user
- generate .env file to configure instance's environment
- add phpdotenv dependency to verify .env file
- add AppSeeder to call all required seeds at once
- add env and superadmin form views using form helpers

closes #2
2020-10-15 14:41:28 +00:00
..
Authorization feat: add breadcrumb in admin area 2020-10-15 14:41:25 +00:00
Config feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
Controllers feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
Database feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
Entities fix: declare typed properties in PHPDoc for php<7.4 2020-10-15 14:41:26 +00:00
Filters refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
Helpers feat: add breadcrumb in admin area 2020-10-15 14:41:25 +00:00
Language feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
Libraries feat: add breadcrumb in admin area 2020-10-15 14:41:25 +00:00
Models feat: add breadcrumb in admin area 2020-10-15 14:41:25 +00:00
Views feat: add install wizard form to bootstrap database and create the first superadmin user 2020-10-15 14:41:28 +00:00
.htaccess feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Common.php feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00