This repository is configured as the Internara Laravel application.
Quick start
- Copy
.env.exampleto.envand adjust environment variables. - Install PHP dependencies:
composer install. - Generate app key:
php artisan key:generate. - (If using the frontend) install JS dependencies:
npm installand runnpm run devornpm run build.
Configuration changes applied in this commit:
composer.json— package name set togetwristpain/internaraand description updated.package.json— name set tointernara.config/app.php— default application name changed toInternara..env.example—APP_NAMEdefault set toInternara.
If you want me to also:
- update the git remote or package vendor name,
- run formatter (
vendor/bin/pint) and tests, - or adjust any other metadata (license, authors),
tell me and I will proceed.