From 631d24b402e1044f0cb4785c105b4af5b2ddbcae Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Thu, 5 Aug 2021 12:41:16 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=9E=95=20Aggiunto=20helper=20?= =?UTF-8?q?per=20IDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .idea/php.xml | 12 ++++++++++++ composer.json | 1 + routes/web.php | 1 - 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf211bbe0..9573d777f 100755 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,5 @@ fabric.properties # End of https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer,yarn +/.phpstorm.meta.php +/_ide_helper.php diff --git a/.idea/php.xml b/.idea/php.xml index cff1aa870..7c1c80dcf 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -95,6 +95,18 @@ + + + + + + + + + + + + diff --git a/composer.json b/composer.json index a2de986bd..4d1f2fef8 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "nette/utils": "^3" }, "require-dev": { + "barryvdh/laravel-ide-helper": "^2", "roave/security-advisories": "dev-latest", "kkomelin/laravel-translatable-string-exporter": "^1", "facade/ignition": "^2", diff --git a/routes/web.php b/routes/web.php index 54696e290..3883c007f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -16,7 +16,6 @@ use Illuminate\Support\Facades\Route; Route::redirect('/', 'setup'); // ----- INERTIA ROUTES ----- // -/* @noinspection PhpUndefinedMethodInspection */ Route::inertia('setup', 'SetupPage'); Route::get('lang/{language}', function ($language) {