schoolpalm / module-sdk
Official SDK for building SchoolPalm modules
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/schoolpalm/module-sdk
Requires
- php: ^8.2
- illuminate/console: ^12.0
- illuminate/support: ^12.0
- inertiajs/inertia-laravel: ^2.0
- opis/json-schema: ^2.6
- schoolpalm/module-bridge: ^1.3
Suggests
- @inertiajs/inertia-vue3: JS Vue3 adapter for Inertia
- quasar: Quasar framework for UI components
- vue: Vue3 for module frontend
README
Official SDK for building SchoolPalm modules.
Installation
Install the package via Composer:
composer require schoolpalm/module-sdk
Requirements
- PHP ^8.2
- Laravel ^12.0
- Inertia.js ^2.0
Usage
This SDK provides tools and scaffolding for creating SchoolPalm modules. It includes console commands for generating modules, validating manifests, and more.
Console Commands
php artisan module:make <name>- Create a new modulephp artisan module:generate-stubs- Generate stubs for module developmentphp artisan module:validate <path>- Validate a module manifest
Module Structure
Modules should follow the structure defined in the SDK. Use the provided generators to scaffold new modules.
For more detailed documentation, refer to the SchoolPalm Documentation.
Contributing
Contributions are welcome! Please see the contributing guidelines for details.
License
This package is open-sourced software licensed under the MIT license.