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

Latest commit

 

History

History
25 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 497 Bytes

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