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.
The docs can be found at siteman.io.
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());
//...
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
We use pest as our testing framework.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
- bambamboole
- All Contributors
- datlechin/filament-menu-builder I learned so much about Filament by reimplementing this package.
The MIT License (MIT). Please see License File for more information.