Commit Graph

233 Commits

Author SHA1 Message Date
Rico
88b69efc96 Merge pull request #61 from rico-vz/dependabot/composer/spatie/laravel-ignition-2.3.2
build(deps-dev): bump spatie/laravel-ignition from 2.3.1 to 2.3.2
2023-12-18 23:57:33 +01:00
Rico
6cbdb5b976 Merge pull request #62 from rico-vz/dependabot/composer/phpunit/phpunit-10.5.3
build(deps-dev): bump phpunit/phpunit from 10.5.2 to 10.5.3
2023-12-18 23:57:21 +01:00
dependabot[bot]
75fddfeb50 build(deps): bump laravel/pulse from 1.0.0-beta2 to 1.0.0-beta7
Bumps [laravel/pulse](https://github.com/laravel/pulse) from 1.0.0-beta2 to 1.0.0-beta7.
- [Commits](https://github.com/laravel/pulse/compare/v1.0.0-beta2...v1.0.0-beta7)

---
updated-dependencies:
- dependency-name: laravel/pulse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:58:31 +00:00
dependabot[bot]
b7d9dfdc6b build(deps-dev): bump phpunit/phpunit from 10.5.2 to 10.5.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.2 to 10.5.3.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.3/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:57:38 +00:00
dependabot[bot]
8a2f441818 build(deps-dev): bump spatie/laravel-ignition from 2.3.1 to 2.3.2
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:57:25 +00:00
dependabot[bot]
bffb2ee813 build(deps): bump intervention/image from 3.0.1 to 3.1.0
Bumps [intervention/image](https://github.com/Intervention/image) from 3.0.1 to 3.1.0.
- [Commits](https://github.com/Intervention/image/compare/3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:57:02 +00:00
Rico van Zelst
5fe3fcac61 feat: add working posts index
This commit adds pagination functionality to the posts index page. The code changes include:
- Sorting the posts by descending date
- Paginating the posts with 6 items per page
- Creating a new component called "Listposts" for rendering the paginated posts
- Adding a new view file for the "Listposts" component
- Updating the blade template of the posts index page to use the "Listposts" component and pass in the paginated posts

The purpose of these changes is to improve user experience by displaying a limited number of posts per page and providing navigation links for easier browsing.
2023-12-12 12:32:42 +01:00
Rico van Zelst
bb25cc4aee chore: Update composer.lock
- Updated the version of "andcarpi/laravel-popper" package from 1.0.0 to 1.1.0
- Updated the version of "carbonphp/carbon-doctrine-types" package from 2.0.0 to 2.1.0
- Updated the version of "spatie/sheets" package from 1.9.0 to 1.10.0
- Added a new package "spatie/yaml-front-matter" with version 2.0.8
- Updated the version of "symfony/yaml" package from v6.3.4 to v6.4.0
- Updated the version of "mockery/mockery" package from 1.6.6 to 1.6
2023-12-12 09:39:51 +01:00
Rico
b61d16cec4 Merge pull request #52 from rico-vz/dependabot/composer/laravel/sail-1.26.3
build(deps-dev): bump laravel/sail from 1.26.2 to 1.26.3
2023-12-12 08:43:56 +01:00
Rico
64f7bb5add Merge pull request #49 from rico-vz/dependabot/composer/intervention/image-3.0.1
build(deps): bump intervention/image from 2.7.2 to 3.0.1
2023-12-12 08:43:42 +01:00
dependabot[bot]
237c1710c9 build(deps-dev): bump phpunit/phpunit from 10.5.1 to 10.5.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.1 to 10.5.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.2/ChangeLog-10.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 10:21:04 +00:00
dependabot[bot]
02d273b88a build(deps): bump intervention/image from 2.7.2 to 3.0.1
Bumps [intervention/image](https://github.com/Intervention/image) from 2.7.2 to 3.0.1.
- [Commits](https://github.com/Intervention/image/compare/2.7.2...3.0.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 10:21:00 +00:00
Rico
10953adff6 Merge pull request #51 from rico-vz/dependabot/composer/laravel/framework-10.35.0
build(deps): bump laravel/framework from 10.34.2 to 10.35.0
2023-12-11 11:20:16 +01:00
dependabot[bot]
1c75d0e83f build(deps-dev): bump laravel/sail from 1.26.2 to 1.26.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.2 to 1.26.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.2...v1.26.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 10:19:51 +00:00
dependabot[bot]
cceaff300f build(deps-dev): bump laravel/pint from 1.13.6 to 1.13.7
Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.6 to 1.13.7.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.13.6...v1.13.7)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:53:45 +00:00
dependabot[bot]
94fa6f23ff build(deps): bump laravel/framework from 10.34.2 to 10.35.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.34.2 to 10.35.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.34.2...v10.35.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:53:26 +00:00
dependabot[bot]
de48794dde build(deps): bump guzzlehttp/guzzle from 7.8.0 to 7.8.1
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.8.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 03:31:24 +00:00
Rico van Zelst
2374a39c77 feat(monitoring): add pulse
- Added a new gate called `viewPulse` in the `AuthServiceProvider` class.
- The gate allows only admin users to view the Pulse feature.
2023-12-01 21:49:26 +01:00
Rico
99370b9279 Merge pull request #36 from rico-vz/dependabot/composer/spatie/laravel-backup-8.4.1
build(deps): bump spatie/laravel-backup from 8.4.0 to 8.4.1
2023-11-27 12:28:37 +01:00
dependabot[bot]
a700c8e87f build(deps-dev): bump laravel/sail from 1.26.0 to 1.26.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 03:57:23 +00:00
dependabot[bot]
6bf9110d33 build(deps): bump spatie/laravel-backup from 8.4.0 to 8.4.1
Bumps [spatie/laravel-backup](https://github.com/spatie/laravel-backup) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/spatie/laravel-backup/releases)
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-backup/compare/8.4.0...8.4.1)

---
updated-dependencies:
- dependency-name: spatie/laravel-backup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 03:57:10 +00:00
Rico van Zelst
a2dc7ad465 feat: implement sqids 2023-11-26 17:39:45 +01:00
dependabot[bot]
4164e6c0a1 build(deps): bump laravel/framework from 10.31.0 to 10.32.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.31.0 to 10.32.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.31.0...v10.32.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 04:06:03 +00:00
Rico van Zelst
7c05647079 fix: improved tooltip 2023-11-15 14:51:17 +01:00
Rico van Zelst
a861535180 upd: update packages 2023-11-14 11:49:49 +01:00
Rico van Zelst
7ced468ad1 feat: search through skins 2023-11-14 10:30:44 +01:00
Rico van Zelst
149174ebc3 feat: champ information, style improvement 2023-11-08 14:12:51 +01:00
Rico van Zelst
1e974ee614 upd: gitignore 2023-11-07 20:30:35 +01:00
Rico van Zelst
6904eb4ca4 fix: update dependencies 2023-11-02 11:24:59 +01:00
Rico van Zelst
d0ed514bc7 feat: laravel ide helper 2023-11-01 12:29:24 +01:00
Rico van Zelst
bb771faf25 🍺 Laravel Pint ran
- Moved the import statement for `Champion` and `ChampionSkin` models in their respective controllers to improve code organization.
- Refactored image attribute methods in the `Champion` model to use string interpolation for better readability.
- Refactored image attribute methods in the `ChampionSkin` model to use string interpolation for better readability.

This commit improves code organization and readability by refactoring import statements and using string interpolation for image attribute methods.
2023-10-27 01:23:39 +02:00
Rico van Zelst
9781c61274 🏗️ Install Packages 2023-10-14 17:18:22 +02:00
Rico van Zelst
6aa1f21eb1 🏗️ Laravel Installation 2023-10-14 17:00:26 +02:00