Skip to content

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

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages