Skip to content

Simple Blog Example Using Laravel 5.4 PHP framework

Notifications You must be signed in to change notification settings

h-azad/simple-blog

Repository files navigation

Welcome to Simple Blog!

A Simple Blog built on Laravel Framework 5.4

Features

  • Simple & Attractive Design
  • Multi Auth for Admin Login
  • Add Blog
  • Manage Blog (Edit & Delete)
  • Admin Profile Setting

Frameworks/Libraries

How to setup

  • Run composer install in project directory
  • Run php artisan key:generate
  • Setting .env with your database configuration [see .env.example for reference]
  • Run php artisan migrate --seed in your terminal
  • Run php artisan storage:link in your terminal
  • Run php artisan serve to serve with address http://localhost:8000/
  • Open in your browser with address http://localhost:8000/

ToDo

  • Add Admin Role Using spatie/laravel-permission - This package allows to manage user permissions and roles in a database.
  • Manage Roles From Admin Panel.
  • Email Verification For Users.
  • Set Verification Email Template From Admin Panel.

About

Simple Blog Example Using Laravel 5.4 PHP framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published