This project is using Jetstream as base, and Filamentphp as admin panel
- Run
composer install
- Run
npm install
- Run
php artisan cache:clear
- Run
php artisan livewire:discover
- Create your own database
- Make
.env
from.env.example
and fill your database information - Fill
FILESYSTEM_DISK
variable withlocal
ors3Public
(Fill your S3 information asAWS
variables inside.env
if it's using S3) - 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
- Run php artisan storage:link
- Run
php artisan migrate:fresh --seed
- Run
npm run build
- Log into Admin Panel in
/admin
using Email[email protected]
and Passwordpassword