Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

mustafaomereser/cms-with-z-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cms-with-z-framework

create a database connect your database

// if you do not know how you do, you can read my z-framework document.

use zhelper

> php zhelper db migrate fresh

and add

INSERT INTO `users` (`id`, `priv`, `username`, `password`, `email`, `api_token`) VALUES (NULL, '1', 'admin', 'Y3h3enpo4ljd5AyZc9', '[email protected]', 'test_api_token')

this sql code for users table.

admin access:

url: http://localhost/admin

username: admin

password: 123456

About

Content Management System with Z-Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published