GithubHelp home page GithubHelp logo

tchai81 / laravel-blog-post Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 570 KB

A Simple blog post system crafted using laravel

PHP 77.51% Vue 1.72% HTML 20.77%
protoype blog php laravel experimental

laravel-blog-post's Introduction

Getting Started

  1. This project is developed using Larvel framework
  2. Development Environment: Laravel Homestead environment https://laravel.com/docs/5.6/homestead#introduction
  3. Create a database on your local and do a SQL dump with the attached MySQL script.
  4. Alternately, you can just run "php artisan migrate:refresh --seed" from the project folder
  5. From the project folder, update the .env file based on you dev environment
  6. In case you run into issues, try running npm install/composer install
  7. Generate new application key for laravel if necessary:- http://laravel-recipes.com/recipes/283/generating-a-new-application-key
  8. Generate new access tokens for laravel passport if necessary:- https://laravel.com/docs/5.6/passport

Project Description

  1. There are 2 user roles in the system - Owner & user
  2. Owner - admin, User - who can leave a comment to a blog posts.
  3. Owner need to login to the system in order to create/edit posts
  4. User can only leave a comment after they have login
  5. Index page is the blog listing page, accessible to public
  6. Start by creating users with desired roles.
  7. After login, owner's dashboard page will show a blog listing associated with him/her
  8. Owner can follow the instruction on dashboard page to start creating a post
  9. User's dashboard page will just show a welcome message.

Note

  1. User registration/creation module is scaffolded by Laravel.
  2. WYSIWYG editor does not support image upload - requires additional configuration
  3. Threaded comment is not supported.

laravel-blog-post's People

Contributors

tchai81 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.