| Current Path : /var/www/html/logros.sumar.com.py/vendor/laravel/jetstream/config/ |
| Current File : /var/www/html/logros.sumar.com.py/vendor/laravel/jetstream/config/jetstream.php |
<?php
use Laravel\Jetstream\Features;
return [
'stack' => 'inertia',
'middleware' => ['web'],
'features' => [Features::accountDeletion()],
'profile_photo_disk' => 'public',
];