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 https://www.buymeacoffee.com/sanjays
Go to .env
search for APP_LANG
change en
to your lang for example ru
for russian
EN - English
ES - Spanish
RU - Russian
HE - Hebrew
ZH - Chinese
To view translation file resources/lang/{lang}/trans.php
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
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
Feel free to contribute this open source project.
This app was created for fun not to be used for production enviroment.