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.
You can find the documentation on: https://thinktomorrow.github.io/package-docs/src/chief/installation.html
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)
The MIT License (MIT). Please see License File for more information.