Skip to content

zsp03/si-alumni

Repository files navigation

This project is using Jetstream as base, and Filamentphp as admin panel

Installation

  1. Run composer install
  2. Run npm install
  3. Run php artisan cache:clear
  4. Run php artisan livewire:discover
  5. Create your own database
  6. Make .env from .env.example and fill your database information
  7. Fill FILESYSTEM_DISK variable with local or s3Public (Fill your S3 information as AWS variables inside .env if it's using S3)
  8. Fill your mailer information inside .env, example
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=yoursmtpport
[email protected]
MAIL_PASSWORD=youremailappcode
MAIL_ENCRYPTION=ssl
MAIL_FROM_NAME=Your App Name
  1. Run php artisan storage:link
  2. Run php artisan migrate:fresh --seed
  3. Run npm run build
  4. Log into Admin Panel in /admin using Email [email protected] and Password password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages