FAQs
Estimated reading: 2 minutes
Frequently Asked Questions.
Symlink() has been disabled for security reasons?
When you get an error while run php artisan storage:link,please follow the below steps :
Second way, just fire this command
ln -s /home/your_application/storage/app/public /home/your_application/public/storage
Migrate Database Issue?
If you are facing a problem migrating database using command the please follow the below steps.
Go to the main dir frezka-service
then find frezka_service.sql file and import to the database.
Forgot password Swift_Transport Exception?
If you are facing any swift transport type issue while sending mail,
then, please set the mail config in your .env file
please follow the below step.
How to add a new language into Flutter app?
Follow the this guide - Add a new language