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
- echolabsdev/prism: ^0.23.0
- filament/filament: ^3.2.100
- 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
- ralphjsmit/laravel-seo: ^1.6
- ryangjchandler/commonmark-blade-block: ^1.0
- 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
- 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
- orchestra/testbench: ^9.0.0
- orchestra/testbench-dusk: ^9.11
- 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-02-17 06:47: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()); //...
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 executin the following commands:
composer install composer prepare composer serve
Testing
composer test
Dusk setup
I had problems with the Laravel Dusk setup and migrations so I decided to drop them for now. Looking for support getting a reliable Dusk setup running
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.