Coder Social home page Coder Social logo

bugzslayer / larablog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alimranahmed/larablog

0.0 1.0 0.0 7.21 MB

A full-featured blog using Laravel 5.7 & VueJS. Minimum library used

Home Page: http://www.imranic.me/

License: MIT License

PHP 95.60% Vue 4.40%

larablog's Introduction

Build Status MIT Licence

Blog Using Laravel 5

Let's keep it as simple as possible. Configure anything you want

A full-featured blogging system for personal use. Minimum library used. No frontend theme and anything heavy or unnecessary library used.

There are four several types of users with several permissions

  1. Admin
  • Can manage articles and comments of other users
  • Can manage categories
  • Can manage keywords
  • Can manage other users except Owner
  1. Owner
  • Can do anything that can be done by admin
  • Create admin user
  • Change system configuration variables
  1. Author
  • Can write article and can manage his own article
  • Can manage comments on his own article
  1. Reader
  • Can read and comment on article providing his email address.
  • Can subscribe to be notified for new article
  • Can search for article with
  • Can navigate article based on categories

Technologies Used:

  1. Laravel 5.7
  2. VueJS 2
  3. Bootstrap 3

Installation Process

  1. Execute git clone https://github.com/alimranahmed/LaraBlog.git on your terminal to download this project.
  2. Go to the project root directory and execute composer install to install all PHP dependencies of the project
  3. Create a file named as .env and copy the content of .env.example to newly created .env file
  4. Then execute php artisan key:generate on your terminal/cmd to generate environment key
  5. Then create a Database for this project and edit the .env file to authorized this project on your database.
  6. Execute php artisan migrate:refresh --seed terminal on your terminal.
  7. Now you are ready to go, If you don't want to create any virtual host for this project then execute php artisan server
  8. Now visit the url shown on your terminal, something like localhost:8000. Its running!

Screen shots

Home page

home_page

Single article view

article_page

Admin panel view

configurations

Contribution

Anyone is always welcome to contribute on the project. If you want to work with:

  1. Just create and issue(even if you want to fix the issue).
  2. After fixing any issue or adding any new feature just send a pull request
  3. I will be happy to add your code for the betterment of this project. Thanks.
Note

If you cloned the project little bit earlier and after pulling the newer changes it's not working now, please execute the composer update command in the CLI when you are the root directory of the project. Beside, don't forge to cross match your .env file version with newly pulled .env.example file.

License

MIT

larablog's People

Contributors

alimranahmed avatar emtiazzahid avatar minhajul 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.