#11 - basic layout #15

Merged
Baakoma merged 5 commits from #11-basic-layout into main 2022-01-12 14:18:25 +01:00
Showing only changes of commit 908ee5d49e - Show all commits

View File

@@ -14,11 +14,11 @@ class HandleInertiaRequests extends Middleware
return array_merge(parent::share($request), [ return array_merge(parent::share($request), [
"auth" => fn() => [ "auth" => fn() => [
"user" => [ "user" => [
"name" => 'Chelsea Hagon', "name" => "Chelsea Hagon",
"email" => 'chelseahagon@example.com', "email" => "chelseahagon@example.com",
"role" => 'Human Resources Manager', "role" => "Human Resources Manager",
"imageUrl" => "imageUrl" =>
'https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', "https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80",
krzysztofrewak commented 2022-01-12 12:49:16 +01:00 (Migrated from github.com)
Review

It's really close to MT commiting Scarlett Johannson photos. :>

It's really close to MT commiting Scarlett Johannson photos. :>
], ],
], ],
"flash" => fn() => [ "flash" => fn() => [