yaovicoder / LaraBlog

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT Licence

Blog Using Laravel 8

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

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 serve
  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

About

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

http://www.imranic.me/

License:MIT License


Languages

Language:PHP 95.7%Language:Vue 4.1%Language:Shell 0.2%