Vizion AI - Documentation

General FAQs

1. 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

2. Migrate Database Issue?

If you are facing a problem migrating database using command the please follow the below steps.
Go to the main dir vizion-ai
then find vizion-ai.sql file and import to the database.

3. 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.
MAIL_DRIVER=your mail driver
MAIL_HOST=your mail host
MAIL_PORT=your mail port
MAIL_USERNAME=your mail id
MAIL_PASSWORD=your mail password
MAIL_ENCRYPTION=your mail encryption

4. How to run Flutter App?

To run a Flutter app, follow these steps:
Open a terminal or command prompt.
Navigate to your Flutter project directory.
Run the command flutter run.
The app will start building and launch on the connected device or emulator.

5. How to build APK in Android Studio?

To build an APK in Android Studio, follow these steps:
Open your Flutter project in Android Studio.
Click on the “Build” menu.
Choose “Build Bundle(s) / APK(s)” and then “Build APK(s)”.
Wait for the build process to complete.
The APK file will be generated in the “build/app/outputs/apk” directory of your project.

6. How To Add new App Language?

Follow this document – How To add new App Language