sajibsrs / larablog

Simple laravel blog with authentication and rich text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LARABLOG

This is a simple laravel blog application. That has authentication system. Part of the challenge of creating same application with same features in laravel, ruby on rails, django, dotnet core, spring and nodejs.

Features

  • Authentication
  • User profile
  • Posts
  • Post by user
  • Highlight js code syntax highlight for rich tex editor code type
  • TODO: Rich text editor for post
  • TODO: Post image and user profile picture

Content

  • php 7.2.24 and laravel 7.2.1
  • Dependencies: mysql, laravel/ui bootstrap
  • Database creation: specify connection and create database
  • Database initialization: php artisan db:migrate

About

Simple laravel blog with authentication and rich text editor.


Languages

Language:PHP 74.4%Language:HTML 25.6%