Tagged in

JavaScript

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
698
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…

Visualization of data using Highcharts in laravel

Here we ‘ll look at visualization of data using Highcharts. Generally, data visualization presents the data in a graphical or pictorial format so it helps the readers to easily understand the data.


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…