Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

SanjaySRocks/SteamFinder

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /