thinktomorrow / chief
Chief site management application
0.10.26
2026-06-16 07:21 UTC
Requires
- php: ^8.3|^8.4|^8.5
- ext-json: *
- guzzlehttp/guzzle: ^7.9
- laravel/framework: ^11.45|^12.0
- laravel/pint: 1.24
- laravel/ui: ^4.6
- league/commonmark: ^2.8
- livewire/livewire: ^3.7.6
- myclabs/deep-copy: ^1.13
- ramsey/uuid: ^4.7.3
- spatie/laravel-activitylog: ^4.10.2
- spatie/laravel-permission: ^6.20
- spatie/laravel-sitemap: ^7.3.6
- thinktomorrow/assetlibrary: ^1.0.2
- thinktomorrow/dynamic-attributes: ^2.0.3
- thinktomorrow/squanto: ^5.1.0
- thinktomorrow/url: ^4.0.0
- thinktomorrow/vine: ^0.5.3
Requires (Dev)
- astrotomic/laravel-translatable: ^11.17
- barryvdh/laravel-debugbar: ^4.2
- filp/whoops: ^2.15
- larastan/larastan: ^3.0
- laravel/boost: ^2.4.1
- maatwebsite/excel: ^3.1
- mockery/mockery: ^1.6
- openai-php/client: ^0.19.1
- orchestra/testbench: ^10.9
- phpunit/phpunit: ^11.5
- spatie/opening-hours: ^2.41
This package is auto-updated.
Last update: 2026-06-24 09:37:48 UTC
README
Chief is a laravel package that adds a site management system to your project. Out of the box you'll get page, url and menu management provided through a well-crafted admin UI. All of this with localization in mind.
Documentation
You can find the documentation on: https://thinktomorrow.github.io/package-docs/src/chief/installation.html
Local artisan in package development
For local package development, this repository includes a root artisan proxy script.
It forwards commands to Orchestra Testbench so you can run Artisan-style commands from the package root.
Examples:
php artisan listphp artisan chief:seedphp artisan boost:install(if Boost is installed in this dev environment)
License
The MIT License (MIT). Please see License File for more information.