https://github.com/alexis-gss/memoria
Gallery of pictures from a lot of games, realised under Laravel
https://github.com/alexis-gss/memoria
blade bootstrap gallery games gitbook laravel php sass typescript vite vuejs
Last synced: 2 months ago
JSON representation
Gallery of pictures from a lot of games, realised under Laravel
- Host: GitHub
- URL: https://github.com/alexis-gss/memoria
- Owner: alexis-gss
- License: mit
- Created: 2022-02-17T21:16:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:16:26.000Z (3 months ago)
- Last Synced: 2025-03-22T18:47:36.103Z (2 months ago)
- Topics: blade, bootstrap, gallery, games, gitbook, laravel, php, sass, typescript, vite, vuejs
- Language: PHP
- Homepage: https://memoria.alexis-gousseau.com/
- Size: 35.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://memoria.alexis-gousseau.com/)
[](https://memoria.alexis-gousseau.com)
[](https://github.com/alexis-gss/memoria/commit/master)
[](https://github.com/alexis-gss/memoria/tags)
[](https://github.com/alexis-gss/memoria/blob/master/LICENSE)# Introduction
[Memoria](http://memoria.alexis-gousseau.com/) is, as its name suggests, a gallery of images from a multitude of video games I've played. Each game is listed and associated with a folder to sort them by license or universe.Each element (name, image, folder, color, etc.) can be managed in the back-office (/bo) and accessed via authentication.
# Table of contents
- [Introduction](#introduction)
- [Table of contents](#table-of-contents)
- [Frameworks, Platforms and Libraries](#frameworks-platforms-and-libraries)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Create a task](#create-a-task)
- [Fixing a Bug](#fixing-a-bug)
- [Proposing a Change](#proposing-a-change)
- [Changelog](#changelog)
- [Copyright and License](#copyright-and-license)# Frameworks, Platforms and Libraries
[](https://sass-lang.com/)
[](https://www.typescriptlang.org/)
[](https://vuejs.org/)
[](https://getbootstrap.com/)
[](https://www.php.net/)
[](https://laravel.com/docs/master)
[](https://www.gitbook.com/)# Documentation
You can find all the documentation of this project on this link : [Memoria documentation](https://docs-memoria.alexis-gousseau.com).
# Contributing
### Create a task
You can create a [new issue](https://github.com/alexis-gss/memoria/issues/new/choose) with a specific templates : bug or feature.
Once your code is working, please run the following commands `npm run stylelint`, `npm run eslint`, `./vendor/bin/phpstan`, `./vendor/bin/phpcs` and check tests `php artisan test` to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).
### Fixing a Bug
When fixing a bug please make sure to test it in several browsers. If you are not able to do so, mention that in a PR comment, so other contributors can do it.
### Proposing a Change
When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.
# Changelog
Latest version v5.2.0.
See the [CHANGELOG.md](CHANGELOG.md) file for details.
# Copyright and License
[Memoria](http://memoria.alexis-gousseau.com/) was written by [Alexis Gousseau](https://github.com/alexis-gss).
Copyright (c) 2022 and beyond Alexis Gousseau.