image

Screenshot 2023-12-02 at 09-21-34 Dashboard - SI Data Alumni

Initialize

  • Edit .env
  • Run this command
composer install
npm install
php artisan migrate --seed
php artisan storage:link

Running

  • keep this running
php artisan serve
npm run dev