vnali / craft-studio-starter
Starter project for studio plugin for Craft CMS.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 94
Open Issues: 0
Language:Twig
Type:project
Requires
- craftcms/ckeditor: ^3.8.3
- craftcms/cms: ^4.9.1
- verbb/super-table: ^3.0.14
- vlucas/phpdotenv: ^5.4.0
- vnali/craft-studio: ^0.22.0
Requires (Dev)
- craftcms/generator: ^1.3.0
- yiisoft/yii2-shell: ^2.0.3
This package is auto-updated.
Last update: 2025-03-15 21:36:43 UTC
README
This is a starter project for the Studio plugin for Craft CMS.
The Studio plugin helps you to manage podcasts, episodes and more!
After setup is finished, you have a starter project with Craft CMS and studio plugin and all required fields to test how Studio plugin works.
Starter project setup
For setup, you can run something like
Craft 4:
cd /var/www/html
php composer.phar create-project vnali/craft-studio-starter:4.x-dev your-project-folder
In this case DocumentRoot of your project is /var/www/html/your-project-folder/web
.
Now Craft CMS and Studio plugin is installed and all fields are created and you can create a podcast and an episode and fill the fields and check the podcast RSS page for the output.
Make sure you go to admin/settings/email
and set System Email Address and Sender Name again.
The Studio plugin Documentation
Please visit Documentation page.
The Studio plugin license
This is a commercial plugin available on Craft CMS plugin store.
The Studio plugin Installation
The plugin can be installed via Plugin Store in the Craft Control Panel.
Craft CMS Starter project
More about Craft CMS Starter project.