Skip to content

First beta release !

Compare
Choose a tag to compare
@YuketsuSh YuketsuSh released this 16 Jul 21:56
· 41 commits to main since this release
e36c4a0

🧾 StratumCMS v0.1.0 – Initial BETA Release

Première version BETA publique de StratumCMS.
Cette version pose les bases du CMS avec une architecture stable, modulaire et extensible.

🚀 Added

  • Core CMS structure

  • Admin panel (Blade + Tailwind CSS + Alpine.js)

  • User / Roles / Permissions management

  • Site configuration system

  • Modular architecture with:

    • Theme system (with theme.json auto-detection)
    • Module system (with plugin.json auto-detection)
  • CLI Artisan tools:

    • make:theme, theme:css:compile
    • module:create, module:make:model, module:migrate, etc.
  • Documentation (95% coverage)

  • Custom CSS/JS editor in admin panel using CodeMirror:

    • Saves to resources/custom/
    • Automatically injected

🧪 Known Limitations

  • No pre-installed modules or themes yet
  • Some admin UX still needs polish
  • No validation or live preview for the custom code editor (basic integration)

📌 Notes

  • Built with Laravel 10+
  • No heavy JS frameworks (no React, Vue, Livewire, etc.)
  • Designed for Laravel developers: clean, modular, no magic

📚 Resources