This is my package mycms


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.