Create the first admin account for the Admin Command Center.
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
cPanel Production Prep: Document Root Fix
If your hosting provider cannot set Document Root to /public, you must move/copy the index.php and other assets to the project root.
A helper script is provided at scripts/public_to_root.sh.