How to Install?
Server Configuration :
- PHP v7.4 to 8.x & mysql v5.x
- Make sure curl is enbaled , mbstring is enabled, set_time_out is enabled , safe_mode is off, open_base_dir has no value, allow_url_fopen=1 and mysqli support is on.
- Your domain must have https.
- Better performance : set php max_execution_time, mysql connect_timeout, mysql wait_timeout , max_allowed_packet , max_connections to long limit possible, so that your server can process script for long time if needed. Also watch “Bulk Message Frequency Settings” video if you like.
[Note: If you get "404 page not found" error then make AllowOverride in your virtual host and check if .htaccess file is uploaded successfully in root or not]
Installation Manual :- Download .zip package
- Upload it to your server
- Extract the package
- Make sure all files and folder have write permission after you extract because this software have auto update feature and system may need to change or replace any project file during auto update process. If you do not want to use auto update feature then make sure atleast .env, public/install.txt,resources/views (folder and child files), app/Http/Controllers(folder and child files), app/Helpers(folder and child files), app/Services(folder and child files), config(folder and child files),assets(folder and child files),routes(folder and child files),storage/app/public(folder and child files) files have write permission.
-
Run the uploaded url via browser (http://yourdomain.com/projectFolder/) and you will find a interface to provide the settings :
- Hostname : database host name / IP (usually localhost)
- Database Name : create a mysql database on your host and write that name here
- Database username : username of the created database
- Database password : password of the created database
- Admin Panel Login Email: this will be used to login as admin
- Admin Panel Login Password : password to log in as admin
- Company Name and Company Address
- Company Phone / Mobile
- Click install button
- You are done. Log in with your admin username and password and start using.
- If installtion page appear again after you hit submit and processing done that means system could not delete application/install.txt and you have to delete that file manually.