- Copy .env.example to .env
- Edit these variables in .env file
- ADMIN_EMAIL
- ADMIN_NAME
- ADMIN_TYPE
- ADMIN_PASSWORD
- LOCAL_PORT
- DB_HOST
- DB_DATABASE
- DB_USERNAME
- DB_PASSWORD
- GOIP_DEFAULT
- Generate new application key: php artisan key:generate
- Run migration and seeder: php artisan migrate --seed
- Run queue listener daemon: php artisan queue:work --queue=received,default --daemon
- Run GoIP Listener: php artisan goip:listener
- Edit crontab and add these line: ** * * * * * php /path/to/artisan schedule:run 1>> /dev/null 2>&1**
-
Notifications
You must be signed in to change notification settings - Fork 0
encry2024/textblast
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published