Dynamic email configuration in laravel | Edit .env Configuration From Laravel Control Or Databases

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 25

  • @Chonchol-Alzaf
    @Chonchol-Alzaf 9 часов назад

    If my project is multi tenant. and every reseller has differnet credential for email. then how can set config?

  • @miltonchowdhury4016
    @miltonchowdhury4016 2 года назад

    thanks a lot sir for this awesome helpful video......sir plz make one video about laravel queue and task schedule....

  • @namumakwembo
    @namumakwembo 2 года назад

    wow thanks , I didn't understand the spoken language but I completely understood the whole vidoe 🙌

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh 2 года назад

    Thank you sir

  • @ayansarkar8768
    @ayansarkar8768 2 года назад

    Sir this video was verymuch helpfull...but is there any another way which do not take data from database. Suppose i want to take data from my html input tag to my controller and directly update that data in .env or something like that. Which i have commented in your last video that OverWriteEnvFile ?

  • @biswanathbanik9505
    @biswanathbanik9505 2 года назад

    after running artisan call in controller to update env variable it is showing connection reset in browser

  • @jahan.dejavu
    @jahan.dejavu 2 года назад

    sir please make video playlist about user management that can upload image with (laravel+vuejs) and (laravel+reactjs), thank u so much cuz i learn something new and i have project and interview about those technology...

    • @ajay-yadav
      @ajay-yadav  2 года назад

      already auploaded ... upload image with vuejs and reactjs .. let me know if you need anything else

  • @MTDavera-ty1st
    @MTDavera-ty1st 10 месяцев назад

    hi
    localhost pe website sahise kam karti hai
    but
    jab hum live server pe host karte hai tab "500 server error" aata hai
    me aasha karta hu ke aap jald hi reply dege ...!

  • @edudev2975
    @edudev2975 Год назад

    This doesnt work for queued emails

  • @atamnirbharCoder
    @atamnirbharCoder 2 года назад

    Sir
    Same dyanamic database connect. cron job wala video bnavo na please

  • @abaidrehman1417
    @abaidrehman1417 9 месяцев назад

    I want to mask from address of mail any help

  • @user-oe8ul3kc8y
    @user-oe8ul3kc8y Год назад

    sir how to dynamic change database enve file

  • @hassigaming5971
    @hassigaming5971 2 года назад

    Sir can u make a video without modal ajax crud in laravel 8/9

  • @ADVANCETECHSRR
    @ADVANCETECHSRR 2 года назад

    please make a video for Chat app in laravel With group chat

  • @kkonnect-inc
    @kkonnect-inc 28 дней назад

    Though i cant hear i can follow but how i wish it was in English..

  • @JAY-bo7tg
    @JAY-bo7tg Год назад

    kis kis email address pe successfully email deliver hua kaise pata chalega pls help me.. response ko kaise dekhe or kisi kis ko email deliver nhi hua usko kaise jane pls help me im stuck now this probelm

    • @ajay-yadav
      @ajay-yadav  Год назад

      you can check if an email is successfully sent by using the Illuminate\Mail\Events\MessageSent This event is fired after the email has been successfully sent.
      not successfully sent, you can use the Illuminate\Mail\Events\MessageFailedSending

  • @mukulsingh8185
    @mukulsingh8185 2 года назад

    it is giving me error , authentication failed . expecting 250 got 530

    • @ajay-yadav
      @ajay-yadav  2 года назад

      check .env credentianls and run php artisan config:cache