bayubimantarar / read

Read. Simple Website Blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read

Simple blog websites.

Installation

  1. clone repository

  2. install dependencies composer

     composer install --no-dev #for production
    
     composer install #for development
    
  3. copy file environment

     cp .env.example .env
    
  4. generate application key

     php artisan key:generate
    

Test

Test with phpunit

./vendor/bin/phpunit

About

Read. Simple Website Blog.


Languages

Language:PHP 78.5%Language:HTML 21.1%Language:Vue 0.4%