siteman / cms
This package contains the complete siteman CMS
Fund package maintenance!
bambamboole
Requires
- php: ^8.3
- bezhansalleh/filament-shield: ^3.3
- blade-ui-kit/blade-icons: ^1.7
- davidbadura/faker-markdown-generator: ^1.1
- echolabsdev/prism: ^0.65.1
- filament/filament: ^3.2.100
- filament/spatie-laravel-media-library-plugin: ^3.2
- filament/spatie-laravel-tags-plugin: ^3.2
- illuminate/cache: ^11.0 || ^12.0
- illuminate/contracts: ^11.0 || ^12.0
- league/commonmark: ^2.6
- league/flysystem-aws-s3-v3: ^3.29
- mansoor/filament-versionable: dev-main
- pboivin/filament-peek: ^2.2
- ralphjsmit/laravel-seo: ^1.6
- ryangjchandler/commonmark-blade-block: dev-patch-1
- spatie/laravel-feed: ^4.4
- spatie/laravel-health: ^1.31
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-permission: ^6.10
- spatie/laravel-settings: ^3.4
- staudenmeir/laravel-adjacency-list: ^1.24
- symfony/yaml: ^7.2
- torchlight/torchlight-laravel: ^0.6.1
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.15
- larastan/larastan: ^3.0.2
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1
- orchestra/testbench: ^9.0.0 || ^10.1.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- pestphp/pest-plugin-livewire: ^3.0
- phpstan/extension-installer: ^1.4.2
- phpstan/phpstan-deprecation-rules: ^2.0.1
- phpstan/phpstan-phpunit: ^2.0.3
- dev-main
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- dev-dependabot/composer/echolabsdev/prism-tw-0.67.0
- dev-feature-run-linter-and-static-analysis-before-running-tests
- dev-hotfix-installer-fails-due-to-unknown-option
- dev-hotfix-blank-themes-path
- dev-hotfix-remove-stray-key-strokes
- dev-laravel-12-compatibility
- dev-page-types
- dev-add-github-pages-vitepress-docs
- dev-poc-page-tree
- dev-refactor-view-paths
- dev-add-tags-index-page
- dev-update-stubs
- dev-extend-markdown-block
- dev-add-settings-to-search
- dev-refactor-translations
- dev-move-theme-to-settings
- dev-hotfix-add-method-to-register-blocks
- dev-setup-codecov
- dev-rework-blog-settings
- dev-add-blog-settings
- dev-make-settings-command
- dev-refactor-settings
- dev-make-block-command
- dev-fix-make-theme
This package is auto-updated.
Last update: 2025-05-12 20:01:16 UTC
README
Siteman leverages the power and flexibility of Laravel and Filament to provide a straightforward content management solution. It serves as a robust foundation for building custom applications, offering a seamless and efficient development experience.
Documentation
The docs can be found at siteman.io.
Installation
You can install the package via composer:
composer require siteman/cms
You can install Siteman via its own artisan command. It is interactive and will create the first user for you.
php artisan siteman:install
Normally the siteman:install
command should take care of everything. If you want to install it manually, you can so
by enabling the Siteman plugin in your Filament panel.
## Usage ```php //... $panel->plugin(SitemanPlugin::make()); //...
Development
We use orchestra/testbench for a proper development experience. To get started you should fork the repository and clone it. Next you can set up the development environment by executing the following commands:
composer install composer prepare composer serve
Testing
We use pest as our testing framework.
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- bambamboole
- All Contributors
- datlechin/filament-menu-builder I learned so much about Filament by reimplementing this package.
License
The MIT License (MIT). Please see License File for more information.