Rico van Zelst 25c3675c2b feat: Add PostsController and configure routes
- 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}`.
2023-12-12 10:23:15 +01:00
2023-11-30 23:43:50 +01:00
2023-10-14 17:00:26 +02:00
2023-12-01 21:50:26 +01:00
2023-10-22 17:35:51 +02:00
2023-10-27 01:23:39 +02:00
2023-12-01 15:22:47 +01:00
2023-10-25 22:40:15 +02:00
2023-10-14 17:00:26 +02:00
2023-12-01 21:49:26 +01:00
2023-10-14 17:00:26 +02:00
2023-11-07 20:30:35 +01:00
2023-10-14 17:00:26 +02:00
2023-10-27 11:35:04 +02:00
2023-12-12 09:39:35 +01:00
2023-12-12 09:39:51 +01:00
2023-11-16 12:11:06 +01:00
2023-10-27 11:32:01 +02:00
2023-10-14 17:00:26 +02:00
2023-11-02 13:31:41 +01:00
2023-10-25 22:40:15 +02:00
2023-11-16 11:47:56 +01:00
2023-10-27 11:53:28 +02:00
2023-11-09 14:11:24 +01:00

Heimerdinger.lol

project-image

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.

shieldsshieldsshields

🧐 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.
Readme 10 MiB
Languages
Blade 62.3%
PHP 36.2%
JavaScript 0.8%
CSS 0.7%