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.
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
- 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://localhost:8000/admin and then use username: admin@admin.com and password: password to enter the back end
** Note that, please make sure you use http://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
- User management
- Role management
- Permissions
- Page builder
- Post creation
- Menu builder
- Media manager
- Material Design
- Ad friendly
- Post comment system
If you like the work, make sure give some stars. If you find any issue, please feel free to create.
The MIT License (MIT). Please see License File for more information.