Modular, and easy-to-use CMS that built under Laravel 10.
- Analytic
- Multilingual blog
- Commenting
- Keyword
- In-page notification
- Key-value option management
- Meta tag Generator for better SEO
- Theming for both admin area and index
These are the only requirements you need to get ZagreusCMS up and running smoothly.
- php v8.1 or higher
- node v10.16.0 or higher
- npm 6.9.0 or higher
- git 2.17.1 or higher
- any kind of SQL database
First your have to clone the repository on your machine or server
$ git clone https://github.com/zagreus-co/ZagreusCMS.git
# Start using docker-compose
$ docker-compose up
- Create a database on your machine
- Rename
.env.example
to.env
and put your database information* from lines 11 to 16 - run the following commands
# Download and install dependencies
$ composer install
$ npm install
$ npm run build
# Generate application key
$ php artisan key:generate
# Load migrations and seed database
$ php artisan migrate --seed
$ php artisan module:seed
$ php artisan zagreus:load-permissions
- Start your local server:
# Using PHP Built-in server
$ php artisan serve
# Using Octane
$ php artisan octane:start --watch
-
Enjoy :)
the basic sudo user credentials:
test@zagreus.company:123456
- We highly recommend changing this user email and password!