URL Shortener
1.0
A Laravel-based URL shortener application
Chargement...
Recherche...
Aucune correspondance
GuestLayout.php
Aller à la documentation de ce fichier.
1
<?php
2
3
namespace
App\View\Components
;
4
5
use Illuminate\View\Component;
6
use Illuminate\View\View;
7
8
class
GuestLayout
extends
Component
9
{
13
public
function
render
(): View
14
{
15
return
view(
'layouts.guest'
);
16
}
17
}
App\View\Components\GuestLayout
Definition
GuestLayout.php:9
App\View\Components\GuestLayout\render
render()
Get the view / contents that represents the component.
Definition
GuestLayout.php:13
App\View\Components
Definition
AppLayout.php:3
app
View
Components
GuestLayout.php
Généré le Samedi 7 Février 2026 12:00:11 pour URL Shortener par
1.9.8