VS Code extensions for Laravel Developers

vs code extensions for laravel developers

As you all know nobody likes to write code word to word. Everyone would like to complete that logic in minutes. If you gonna write code without vs code extension you are obviously gonna do it very slowly and most probably you will face a lot of errors while writing code without any help. So, … Read more

How to send mail in Laravel with template

Send mail in laravel using smtp

Whenever we start building any application. The mailing system does matter a lot because this is what keeps engaging users with the application. So, this is a very important part also. Let’s learn together how to send mail in laravel and with templates also. Setup A Form First of all you have to install Laravel … Read more