Last updated: February 5, 2026
Game Catalog is a simple tool to help you track your video game collection. We take your privacy seriously.
We do not collect, store, or transmit any of your personal data.
| <?php | |
| namespace App\Auth; | |
| use adLDAP\collections\adLDAPUserCollection; | |
| use Illuminate\Contracts\Auth\Authenticatable; | |
| class AdUser implements Authenticatable | |
| { |
| FROM php:7-fpm | |
| RUN apt-get update \ | |
| && apt-get install -y --no-install-recommends \ | |
| apt-utils \ | |
| apt-transport-https \ | |
| debconf-utils \ | |
| && curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \ | |
| && curl https://packages.microsoft.com/config/debian/8/prod.list > /etc/apt/sources.list.d/mssql-release.list \ | |
| && apt-get update \ |
| #!/bin/bash | |
| DIR=$HOME/.local/share/Steam/ | |
| echo "Removing libstd" | |
| find $DIR -iname "libstd*" -exec rm -rf {} \; | |
| echo "Removing libgcc" | |
| find $DIR -iname "libgcc*" -exec rm -rf {} \; | |
| echo "All Done" |
| <?php namespace Acme\View; | |
| use Illuminate\View\FileViewFinder; | |
| use Cache; | |
| use Carbon\Carbon; | |
| use File; | |
| class RemoteViewFinder extends FileViewFinder { | |
| public function find($name) | |
| { |
| <?php namespace ACME\Validation; | |
| use Illuminate\Validation\Factory as LaravelFactory; | |
| class Factory extends LaravelFactory{ | |
| /** | |
| * Resolve a new Validator instance. | |
| * | |
| * @param array $data |
#Permissions and Roles