FAQ

Estimated reading: 1 minute 114 views

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 ricetta

then find ricetta.sql file and import to the database.

 

Forgot password Swift_TransportException ?

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_MAILER=your mail mailer
  • 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
  • MAIL_FROM_ADDRESS=your email address

 

Leave a Comment

Share this Doc

FAQ

Or copy link

CONTENTS