Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wasilolly/complete-working-cmsblog-using-laravel

CMS-blog using Laravel
https://github.com/wasilolly/complete-working-cmsblog-using-laravel

bootstrap cms-backend front-end laravel mysql php

Last synced: about 1 month ago
JSON representation

CMS-blog using Laravel

Awesome Lists containing this project

README

        

# complete-working-CMSblog-using-laravel

Features


  • Content Management Style blog with finished frontend

  • CRUD function on Post/Category/Profile/User/Tag model

  • Each user automatically has a profile

  • Admin Panel

  • Can grant/revoke admin priviledges

  • Settings panel to update website meta-data



How to use


  • Clone the repository with git clone

  • Copy .env.example file to .env and edit database credentials there

  • Run composer install

  • Run php artisan key:generate

  • Run db:seed