A controller and services to setup your .env and the first admin (using Sentinel) fastly.
composer require ceddyg/clara-installer
CeddyG\ClaraInstaller\InstallerServiceProvider::class,
Then to publish the files.
php artisan vendor:publish --provider="CeddyG\ClaraInstaller\InstallerServiceProvider"
After publishing, go to the installation page (exemple : localhost/install) and enter the informations.
Done.