CMS system on microframework Slim 3
These instructions will get you a copy of the project up and running on your local machine for development.
git clone https://github.com/Batik13/SlimCMS.git
composer update
Run this code for the next database - db.sql
Open file src/settings.php and write down the necessary database settings:
...
'db' => [
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'you_database',
'username' => 'you_username',
'password' => 'you_password',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
],
...
The administrative zone can be reached at the following address - site.ru/auth/signin