thinktomorrow/chief

Chief site management application
9,675 5
Install
composer require thinktomorrow/chief
Latest Version:0.10.32
PHP:^8.3|^8.4|^8.5
License:none
Last Updated:Sep 15, 2026
Links: GitHub  ·  Packagist
Maintainer: BenCavens

Chief admin package

Latest Version Build Status Quality Score StyleCI Total Downloads

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 list
  • php artisan chief:seed
  • php artisan boost:install (if Boost is installed in this dev environment)

License

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