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

Source Code Blogging Website, Small Resource dan Faster

Notifications You must be signed in to change notification settings

mrtampan/smallBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) ?>