Thank you for purchasing e-School Saas. We appreciate your support. In this documentation, you will find instructions on how to set up the admin panel and mobile application for e-School Saas. This document also provides features of e-School Saas. If you have any questions, feel free to reach out. Thank you for choosing e-School Saas!
1. Unzip the code you will see the Admin Panel inside the zip.
2. Upload this folder content on your server in public_html folder.
3. After uploading visit your domain url. You will see the installation wizard.Follow the instructions.
flutter pub get
cd ios
pod install
cd ..
flutter pub run change_app_package_name:main your_new_package_name
flutter run
Open the Terminal from an SSH Connection.
sudo apt-get update
sudo apt-get install supervisor
sudo nano /etc/supervisor/conf.d/your-laravel-websockets.conf
[program:laravel-websockets]
process_name=%(program_name)s_%(process_num)02d
command=php /path/to/your/laravel/artisan websocket:init
autostart=true
autorestart=true
user=username
numprocs=1
redirect_stderr=true
stdout_logfile=/path/to/your/laravel/storage/logs/laravel-websockets.log
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl start laravel-websockets
sudo supervisorctl status
laravel-websockets RUNNING pid 12345, uptime 0:03:21