mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Merge pull request #277 from rico-vz/dependabot/composer/laravel-pkgs-460015b913
build(deps): bump the laravel-pkgs group across 1 directory with 11 updates
This commit is contained in:
@@ -6,3 +6,4 @@ a1713c2f67dc8fcb83b8a54013b74859ff93f076
|
||||
73d520fe1fba26c16cfe3d636d4ab75e7a12c2d2
|
||||
3c6278cc6eb48662e01a082f3e721c20cd4ecdde
|
||||
016a0c75837e666dcc6d04ccbf109ab47618f3dc
|
||||
fb5b8f82813a6ab7122b482db546be37237045ee
|
||||
|
||||
@@ -19,7 +19,7 @@ class CloudflarePurgeCommand extends Command
|
||||
public function handle(): void
|
||||
{
|
||||
if (App::environment('production')) {
|
||||
$client = new Client();
|
||||
$client = new Client;
|
||||
$cf_zone_id = config('cloudflare.cf_zone_id');
|
||||
$cf_auth_bearer = config('cloudflare.cf_auth_bearer');
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ function getRoleIcon($roleName): string
|
||||
|
||||
function getAverageColorFromImageUrl($imageUrl): string
|
||||
{
|
||||
$imgManager = new ImageManager(new Driver());
|
||||
$imgManager = new ImageManager(new Driver);
|
||||
|
||||
try {
|
||||
$img = $imgManager->read(file_get_contents($imageUrl));
|
||||
|
||||
680
composer.lock
generated
680
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Laravel\Pulse\Support\PulseMigration;
|
||||
|
||||
return new class() extends PulseMigration
|
||||
return new class extends PulseMigration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class() extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
|
||||
@@ -34,64 +34,64 @@ use Spatie\Sheets\Sheet;
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', static fn () => (new HomeController())->index())->name('home');
|
||||
Route::get('/', static fn () => (new HomeController)->index())->name('home');
|
||||
|
||||
Route::get('donate', static fn () => (new HomeController())->donate())->name('donate');
|
||||
Route::get('donate', static fn () => (new HomeController)->donate())->name('donate');
|
||||
|
||||
Route::get('roadmap', static fn () => (new HomeController())->roadmap())->name('roadmap');
|
||||
Route::get('roadmap', static fn () => (new HomeController)->roadmap())->name('roadmap');
|
||||
|
||||
// Champions
|
||||
Route::get('champions', static fn () => (new ChampionController())->index())->name('champions.index');
|
||||
Route::get('champion/{champion}', static fn (Champion $champion) => (new ChampionController())->show($champion))->name('champions.show');
|
||||
Route::get('champions', static fn () => (new ChampionController)->index())->name('champions.index');
|
||||
Route::get('champion/{champion}', static fn (Champion $champion) => (new ChampionController)->show($champion))->name('champions.show');
|
||||
// Skins
|
||||
Route::get('skins', static fn (Request $request) => (new ChampionSkinController())->index($request))->name('skins.index');
|
||||
Route::get('skin/{championSkin}', static fn (ChampionSkin $championSkin) => (new ChampionSkinController())->show($championSkin))->name('skins.show');
|
||||
Route::get('skins', static fn (Request $request) => (new ChampionSkinController)->index($request))->name('skins.index');
|
||||
Route::get('skin/{championSkin}', static fn (ChampionSkin $championSkin) => (new ChampionSkinController)->show($championSkin))->name('skins.show');
|
||||
|
||||
// Icons
|
||||
Route::get('icons', static fn () => (new SummonerIconController())->index())->name('assets.icons.index');
|
||||
Route::get('icon/{summonerIcon}', static fn (SummonerIcon $summonerIcon) => (new SummonerIconController())->show($summonerIcon))->name('assets.icons.show');
|
||||
Route::get('icons', static fn () => (new SummonerIconController)->index())->name('assets.icons.index');
|
||||
Route::get('icon/{summonerIcon}', static fn (SummonerIcon $summonerIcon) => (new SummonerIconController)->show($summonerIcon))->name('assets.icons.show');
|
||||
|
||||
// Emotes
|
||||
Route::get('emotes', static fn () => (new SummonerEmoteController())->index())->name('assets.emotes.index');
|
||||
Route::get('emotes', static fn () => (new SummonerEmoteController)->index())->name('assets.emotes.index');
|
||||
|
||||
// Assets
|
||||
Route::get('assets', static fn () => (new AssetsController())->index())->name('assets.index');
|
||||
Route::get('assets', static fn () => (new AssetsController)->index())->name('assets.index');
|
||||
|
||||
// Sales
|
||||
Route::get('sale-rotation', static fn () => (new SaleController())->index())->name('sales.index');
|
||||
Route::get('sale-rotation', static fn () => (new SaleController)->index())->name('sales.index');
|
||||
|
||||
// About
|
||||
Route::get('about', static fn () => (new AboutController())->index())->name('about.index');
|
||||
Route::get('about', static fn () => (new AboutController)->index())->name('about.index');
|
||||
|
||||
// About.FAQController
|
||||
Route::get('about/faq/league-of-legends', static fn () => (new FAQController())->leagueoflegends())->name('about.faq.leagueoflegends');
|
||||
Route::get('about/faq/league-of-legends', static fn () => (new FAQController)->leagueoflegends())->name('about.faq.leagueoflegends');
|
||||
|
||||
Route::get('about/faq/heimerdinger', static fn () => (new FAQController())->heimerdinger())->name('about.faq.heimerdinger');
|
||||
Route::get('about/faq/heimerdinger', static fn () => (new FAQController)->heimerdinger())->name('about.faq.heimerdinger');
|
||||
|
||||
// Posts
|
||||
Route::get('posts', static fn () => (new PostsController())->index())->name('posts.index');
|
||||
Route::get('posts', static fn () => (new PostsController)->index())->name('posts.index');
|
||||
|
||||
Route::get('post/{post}', static fn (Sheet $post) => (new PostsController())->show($post))->name('posts.show');
|
||||
Route::get('post/{post}', static fn (Sheet $post) => (new PostsController)->show($post))->name('posts.show');
|
||||
|
||||
// Contact
|
||||
Route::get('contact', static fn () => (new ContactSubmissionController())->index())->name('contact.index');
|
||||
Route::get('contact', static fn () => (new ContactSubmissionController)->index())->name('contact.index');
|
||||
Route::post('contact', function (ContactSubmissionRequest $request) {
|
||||
return (new ContactSubmissionController())->store($request);
|
||||
return (new ContactSubmissionController)->store($request);
|
||||
})->name('contact.store')->middleware(ProtectAgainstSpam::class);
|
||||
|
||||
// Site Map
|
||||
Route::get('resource/sitemap', static fn () => (new HTMLSitemapController())->index())->name('sitemap.index');
|
||||
Route::get('resource/sitemap', static fn () => (new HTMLSitemapController)->index())->name('sitemap.index');
|
||||
|
||||
// Pulse
|
||||
Route::get(config('app.login_route'), static fn () => redirect('/pulse'))->name('login')->middleware('auth.basic');
|
||||
|
||||
// Streamer Panel
|
||||
Route::get('streamerpanel', static fn () => (new StreamerPanelController())->index())->name('streamerpanel.index')->middleware('auth.basic');
|
||||
Route::get('streamerpanel/add', static fn () => (new StreamerPanelController())->create())->name('streamerpanel.streamers.create')->middleware('auth.basic');
|
||||
Route::post('streamerpanel/add', static fn (Request $request) => (new StreamerPanelController())->store($request))->name('streamerpanel.store')->middleware('auth.basic');
|
||||
Route::get('streamerpanel/edit/{streamer}', static fn (Streamer $streamer) => (new StreamerPanelController())->edit($streamer))->name('streamerpanel.edit')->middleware('auth.basic');
|
||||
Route::post('streamerpanel/edit/{streamer}', static fn (Request $request, Streamer $streamer) => (new StreamerPanelController())->update($request, $streamer))->name('streamerpanel.update')->middleware('auth.basic');
|
||||
Route::delete('streamerpanel/delete/{streamer}', static fn (Streamer $streamer) => (new StreamerPanelController())->destroy($streamer))->name('streamerpanel.destroy')->middleware('auth.basic');
|
||||
Route::get('streamerpanel', static fn () => (new StreamerPanelController)->index())->name('streamerpanel.index')->middleware('auth.basic');
|
||||
Route::get('streamerpanel/add', static fn () => (new StreamerPanelController)->create())->name('streamerpanel.streamers.create')->middleware('auth.basic');
|
||||
Route::post('streamerpanel/add', static fn (Request $request) => (new StreamerPanelController)->store($request))->name('streamerpanel.store')->middleware('auth.basic');
|
||||
Route::get('streamerpanel/edit/{streamer}', static fn (Streamer $streamer) => (new StreamerPanelController)->edit($streamer))->name('streamerpanel.edit')->middleware('auth.basic');
|
||||
Route::post('streamerpanel/edit/{streamer}', static fn (Request $request, Streamer $streamer) => (new StreamerPanelController)->update($request, $streamer))->name('streamerpanel.update')->middleware('auth.basic');
|
||||
Route::delete('streamerpanel/delete/{streamer}', static fn (Streamer $streamer) => (new StreamerPanelController)->destroy($streamer))->name('streamerpanel.destroy')->middleware('auth.basic');
|
||||
|
||||
// Redirects for old URLs
|
||||
Route::redirect('support-me', 'donate', 301);
|
||||
|
||||
Reference in New Issue
Block a user