SanjaySRocks / SteamFinder

A Steam Finder which search for all possible formats and get the steam details

Home Page:https://finder.projects.sanjay.amsgamers.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SteamFinder

A Steam Finder which search for all possible formats and get the steam details

If you like this project just buy me a coffee :'D image https://www.buymeacoffee.com/sanjays

Website using this App

Multi-Language Support

Go to .env search for APP_LANG change en to your lang for example ru for russian

Support Translation:-

EN - English
ES - Spanish
RU - Russian
HE - Hebrew
ZH - Chinese

To view translation file resources/lang/{lang}/trans.php

Deployment

To deploy this project run

Minimum requirement to run this app: php7.4

  apt -y install php7.4 php7.4-{bcmath,bz2,intl,gd,mbstring,mysql,zip,gmp,dom,fpm}
  apt install composer
  git clone https://github.com/SanjaySRocks/SteamFinder.git
  cd SteamFinder
  composer install
  cp .env.example .env
  php artisan key:generate
  chmod -R 777 storage

Apache2 config

sudo nano /etc/apache2/sites-available/steamfinder.in.conf
<VirtualHost *:80>
        ServerName localhost
        ServerAlias www.steamfinder.in
        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/html/path/to/gitfolder/SteamFinder/public/

        <Directory "/var/www/html/path/to/gitfolder/SteamFinder/public">
        Allowoverride All
        </Directory>

</VirtualHost>

Enable site

a2ensite steamfinder.in.conf
systemctl restart apache2

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

STEAM_API_KEY

To get the api key https://steamcommunity.com/dev/apikey

Screenshots

App Screenshot App Screenshot

Contributions

Feel free to contribute this open source project.

Authors

Support

This app was created for fun not to be used for production enviroment.

About

A Steam Finder which search for all possible formats and get the steam details

https://finder.projects.sanjay.amsgamers.xyz


Languages

Language:PHP 87.7%Language:Blade 11.0%Language:Dockerfile 1.3%Language:Procfile 0.0%