Skip to content

anwareset/harubiru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaruBiru

Github Action Travis CI LICENSE

A simple CMS for blogging that builded with Laravel Framework

Requirements

Run this command

mysqladmin -uroot -p create harubiru
cp .env.example .env
composer install
composer dump-autoload
php artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:link

Configuration

Please check your .env configuration

APP_NAME=HaruBiru
...
APP_URL=http://harubiru.test
...
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=harubiru
DB_USERNAME=root
DB_PASSWORD=

Add harubiru.test in your /etc/hosts configuration

...
127.0.0.1	localhost harubiru.test
...

Landing Page

You can access the landing page by visit http://harubiru.test

Admin Page

You can access the manager page by visit http://harubiru.test/webmanager

To Do

  • Pull desajati to master and adjustment
  • Add some textbox form in Site Settings (BackEnd)
  • Google Analytic Implementation
  • Create Dashboard items
  • Forgot password feature