Skip to content

A simple Laravel Multipurpose Video Game Blogging and Review website

License

Notifications You must be signed in to change notification settings

rhaider-dev/laravel-game-review

Repository files navigation

Introduction

GamerX- a beutifully crafted video game review and blogging website. It is built with Laravel and Voyager. Easily make a Video Game website and show some reviews and news to the world. 

Requirements

It uses Laravel version 7.0. So, the serevr requirements are 

  • PHP >= 7.2.5
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installation

  • clone the repository
  • Run "composer install"
  • make an .env file from env.example
  • execute "php artisan storage:link"
  • execute "php artisan migrate", then "php artisan seed"
  • Then "php artisan serve" to run in local environment
  • Go to http:https://localhost:8000/admin and then use username: [email protected] and password: password to enter the back end 

** Note that, please make sure you use http:https://localhost:8000 as your APP_URL in .env file.

To add Disqus comment system, you need to add the following lines in your .env file.

DISQUS_ENABLED=true

DISQUS_USERNAME=your_website_shortname

 

Screenshot

Home Page

home page

Review Details

review

Post Details

post details

Features

Backend

  • User management
  • Role management
  • Permissions
  • Page builder
  • Post creation
  • Menu builder
  • Media manager

Front End

  • Material Design
  • Ad friendly
  • Post comment system

Credits

If you like the work, make sure give some stars. If you find any issue, please feel free to create.

 

License

The MIT License (MIT). Please see License File for more information.

 

You might like some scripts for your projects (affiliate links)