kgsint / Simple-blog-with-Laravel-and-Bootstrap-ui

Blog with no-markdown articles with comments and reply system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blog with Laravel and Bootstrap UI

Features

  • Authentication with laravel/ui package
  • Authorization with Policies
  • Roles and Permission
  • Comments and Replies in Articles

Installation and Setup

clone this repo https://github.com/Kaung-Sintc/Simple-blog-with-Laravel-and-Bootstrap-ui.git or download zip file

In your project directory, install required dependencies

composer install
npm install

copy .env.example file to .env :

cp .env.example .env
php artisan migrate

To populate data :

php artisan db:seed

To compile and hot reload, run:

npm run dev

Start your development server

php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Blog with no-markdown articles with comments and reply system


Languages

Language:PHP 65.4%Language:Blade 34.0%Language:JavaScript 0.3%Language:SCSS 0.3%