bvfbarten / simple-tree-cms
There is no license information available for the latest version (dev-main) of this package.
dev-main
2023-08-31 06:37 UTC
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-03-14 12:19:17 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.