mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
25c3675c2b450300a9f9e4683b05dfbfe2025dea
- Added a new file `PostsController.php` in the `app/Http/Controllers` directory.
- Implemented the `index()` method to retrieve all posts using the Sheets facade.
- Implemented the `show()` method to display a single post using route model binding with Sheets.
- Updated the `RouteServiceProvider.php` file to bind the 'post' route parameter to retrieve posts from the Sheets collection.
- Created a new configuration file `sheets.php` in the `config` directory, defining default settings for collections and their corresponding sheet classes, path parsers, content parsers, and extensions.
- Added a new markdown file `hello-world.md` in the `content/posts` directory as an example post.
- Created two new blade view files: `index.blade.php` and `show.blade.php`, under the `resources/views/posts` directory, for displaying lists of posts and individual post details respectively.
- Modified the existing web routes (`web.php`) to include routes for accessing posts.
The changes enable users to view all posts on `/posts`, as well as access individual post details at `/post/{post}`.
Heimerdinger.lol
Heimerdinger.lol is a user-friendly League of Legends website providing you with interesting and fun information such as current sale rotation and upcoming skins.
🧐 Features
Here're some of the project's features:
Not all of these features are implemented, yet.
- All available LoL Champions
- Sort champions by most popular lane
- Champion & skin sale rotation
- All available LoL Skins
- All available LoL Skin Chromas
- Champion & skin search
- A list of all Icons Emotes Summoner Spells Items
- Player Profile to show your rank level and mastery points. (By Riot ID Name#0000)
🍰 Contribution Guidelines:
Please see CONTRIBUTING.md
💻 Built with
Technologies used in the project:
- Laravel
- Vite
- MySQL
- TailwindCSS
- Javascript
- Riot Games API
- DataDragon API
- Meraki Analytics
🛡️ License:
This project is licensed under the AGPL-3.0 license.
⚠️ Disclaimer:
Heimerdinger.lol was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.
Description
Heimerdinger.lol is a user-friendly League of Legends website providing you with interesting and fun information such as current sale rotation and upcoming skins.
communitydragonheimerdingerleague-of-legendsleagueoflegendsmeraki-analyticsriot-apiriot-games-apiriotgamesriotgames-api
Readme
10 MiB
Languages
Blade
62.3%
PHP
36.2%
JavaScript
0.8%
CSS
0.7%