* #9 - set up inertia and tailwind * #9 - fix * #9 - headless ui, heroicons and some webpack stuff * #9 - fix * #9 - fix * #9 - fix * #9 - eslint * #9 - github pr review * #9 - run linter manually * Update resources/js/Pages/Dashboard.vue Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * #9 - fix * Update .eslintrc.js Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
"stateful" => explode(",", env("SANCTUM_STATEFUL_DOMAINS", sprintf(
|
||||
"%s%s",
|
||||
"localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1",
|
||||
env("APP_URL") ? "," . parse_url(env("APP_URL"), PHP_URL_HOST) : "",
|
||||
))),
|
||||
"guard" => ["web"],
|
||||
"expiration" => null,
|
||||
"middleware" => [
|
||||
"verify_csrf_token" => Toby\Http\Middleware\VerifyCsrfToken::class,
|
||||
"encrypt_cookies" => Toby\Http\Middleware\EncryptCookies::class,
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user