Giter Site home page Giter Site logo

ledleledle / harubiru Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anwareset/harubiru

0.0 1.0 0.0 49.47 MB

Simple CMS for blogging, built with Laravel Framework

Home Page: http://harubiru.herokuapp.com

License: GNU General Public License v3.0

PHP 6.70% HTML 77.21% Shell 0.05% JavaScript 0.14% Python 1.65% Vue 0.03% Less 6.29% Blade 7.92%
hacktoberfest hacktoberfest2020

harubiru's Introduction

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
  • Improvment on User Interface

harubiru's People

Contributors

anwareset avatar ledleledle avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.