Skip to content

siteman-io/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siteman - the Website Manager

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

Siteman Logo

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

License

The MIT License (MIT). Please see License File for more information.