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

Latest commit

 

History

History
33 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 510 Bytes

Small Blog

Project blog small resource

Installation

composer install

Running Local Server in terminal/cmd

php -S 127.0.0.1:8000

Import Database Mysql

Import small_blog.sql to your database, then change configuration .env

htaccess file must exist

.htaccess file must exist when deployment to website

Information Login Admin

username: admin

password: operation12

Create Password For Admin

<?php password_hash("passwordyou", PASSWORD_DEFAULT) ?>