Habit-tracking app that helps you stay accountable and see a "big picture" of your habits situation.
- PHP 8
- Composer
- PostgreSQL
- Install dependencies:
composer install- Make a new configuration file:
cp .env.example .env- Generate encryption key:
php artisan key:generate-
Edit
.envfile to set your database credentials. -
Execute database migrations and run "seeding" by using
--seedoption:
php artisan migrate --seedLaraJam 2021 entry.