Chazos is headless CMS built with Laravel. It is a simple CMS that allows you to create and manage your content, and you can consume this content using a REST API.
It should be used as a backend for websites, web apps and mobile apps.
Chazos is a greek work for stupid. Someone who is stupid is someone who is brainless or headless 😁. Thus the name chazos.
-
Create your database first
-
Clone the project
git clone https://github.com/takumade/chazos.git -
Navigate to the project folder
cd chazos -
Modify .env file or create one. Make sure your have composer and PHP >= 7.4 installed.
-
Run install
php artisan chazos:install -
Serve it
php artisan serve
- Type the following
php artisan chazos:shared
Do this putting the file on server, since it also runs optimize commands
- Type the following
php artisan chazos:update
Remember to save your data first
- Type the following
php artisan chazos:develop
If you want to make a pull request clean the project first
php artisan project:clean
Let me finish documentation first!






