bambamboole / mycms
This is my package mycms
Fund package maintenance!
bambamboole
Requires
- php: ^8.3
- bezhansalleh/filament-shield: ^3.3
- blade-ui-kit/blade-icons: ^1.7
- datlechin/filament-menu-builder: ^0.6.2
- echolabsdev/prism: ^0.22.0
- filament/filament: ^3.2
- filament/spatie-laravel-media-library-plugin: ^3.2
- filament/spatie-laravel-tags-plugin: ^3.2
- illuminate/cache: ^11.0
- illuminate/contracts: ^11.0
- league/commonmark: ^2.6
- league/flysystem-aws-s3-v3: ^3.29
- mansoor/filament-versionable: ^0.0.12
- pxlrbt/filament-environment-indicator: ^2.1
- ralphjsmit/laravel-seo: ^1.6
- ryangjchandler/commonmark-blade-block: ^1.0
- shuvroroy/filament-spatie-laravel-health: ^2.3
- spatie/laravel-feed: ^4.4
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-permission: ^6.10
- spatie/laravel-settings: ^3.4
- symfony/yaml: ^7.2
- torchlight/torchlight-laravel: ^0.6.0
Requires (Dev)
- larastan/larastan: ^3.0.2
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.4.2
- phpstan/phpstan-deprecation-rules: ^2.0.1
- phpstan/phpstan-phpunit: ^2.0.3
This package is auto-updated.
Last update: 2025-01-06 06:28:42 UTC
README
MyCms is my package for a simple CMS. It is based on Laravel and Filament.
Additionally it is a bit of a patch work of different packages.
My goal for MyCms is to be a simple CMS which can be used as a starting point for a new project.
MyCms is currently under heavy development and can change quickly.
Installation
You can install the package via composer:
composer require bambamboole/mycms
You can install MyCMS via its own artisan command. It is interactive and will create the first user for you.
php artisan mycms:install
To enable the Plugin in Filament you have to add the plugin to your ServiceProvider
## Usage ```php //... $panel->plugin(MyCmsPlugin::make()); //...
Testing
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
License
The MIT License (MIT). Please see License File for more information.