bvfbarten / simple-tree-cms
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bvfbarten/simple-tree-cms
Requires
- php: ^8.1
- barryvdh/laravel-debugbar: ^3.8
- filament/filament: ^2.17
- illuminate/support: ^10.0
- jeffgreco13/filament-breezy: ^1.5
- ryangjchandler/orbit: ^1.2
- solution-forest/filament-tree: ^1.2
- spatie/image: ^2.2
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-09-26 14:50:51 UTC
README
To install, copy package to a location accessible by composer. EG "../laravel-tree-cms-package". add to your composer.json file
"repositories": [{
"type": "path",
"url": "../laravel-tree-cms-package"
}],
Then add to your composer.json file
"require": {
"bvfbarten/simple-tree-cms": "dev-master",
}
then run
composer update
php artisan migrate
If you want to install default content:
php artisan vendor:publish --provider="Bvfbarten\SimpleCms\SimpleCmsServiceProvider"
php artisan cms:from-dump
in 'routes/web.php' delete the welcome route.