Tagged in

Web Development

justlaravel
justlaravel
justlaravel.com is website all about laravel where one can find useful tutorials with working demo, source code, video demonstration and more.
More information
Followers
692
Elsewhere
More, on Medium

Introduction to vue.js in Laravel

Hello everyone! Welcome to justlaravel.com. Here I am going to discuss on vue.js and how to use Vue js in your laravel applications. ‘Vue — The Progressive JavaScript Framework’ is used for building user interfaces. As with laravel 5.3 onwards, it suggests us to use Vue…

Sending emails using SendGrid in Laravel

Hello folks, here we ‘ll know how to send emails using sendgrid in laravel. We have many ways to send emails in laravel, we can send emails using plain php or we can use email service providers like SendGrid, mailgun, mandrill and many more. As one of the…