Below are the server requirements for the laravel application's
If you don't want to upload and replace complete application with your existing application then you need to do the following steps.
1- Before update must backup your database and application folders and files.
2- You do not have to replace all the application folders every time.
Just the following specific folders are important to replace and your application will be updated to latest version.
Folders include are:
3- Open your website or application in a browser, login as admin then go to settings -> general settings -> Important update option and click import. This will update your database.
Note: You must backup your application and database before applying update. After updating the application you can replace your custom.css file from your backup.
Please make sure Node.js server is installed and active on your server. Please ask your hosting provider to run server.js file through SSH commands, server.js file is located in (your-project > js > server.js) Please ask your hosting provider how we can setup node server file. You need to set server host and port from chat settings
Note: if you have used port other than 3001 then please update port in server.js as well.
You need to configure the following settings in your .env file
For Gmail server you need to do the following steps
If 2 Step Verification is Enabled:
If your 2 step verification is enabled in gmail account you need to do the following steps.
If 2 Step Verification is Disabled:
Go to the cPanel and then click on Cron Jobs
Then Setup a Cron Job according to your needs.
Command will look something like that
/opt/php71/bin/php -q /http://yoursite.com/artisan schedule:run >> /dev/null 2>&1
This CRON job will execute and create the payouts history in the admin panel and then admin can export the payouts list of the selected month.
Thanks
Translation of strings is termed as localization in laravel official documention.
You can change language according to your need in doctry by following the steps given below.
If your required folder exist then you need to do the following steps for translating or changing words
you can find 6 files containing application translation in which you can change words value as you required.
you can find most of the translation in lang.php file.
If your required folder not exist then you can create new language by following steps
Create your language folder with its code name e.g "en", "de" etc.
For more information regrading translation in laravel you can visit laravel official documention Laravel Localization