Angular Consumer App – Laravel API with Passport

14. October 2019 Angular, Laravel 0
Angular Consumer App – Laravel API with Passport
Hello everyone, welcome back to justlaravel.com! I am back with another tutorial, here am going to continue with the Laravel API series, wherein the previous tutorials  detailed you creating an API in Laravel and integrating it with passport and also shown you how to consume the API another Laravel app and even in other frontend ...

VueJs Consumer App – Laravel API with Passport

17. September 2019 API, Laravel, Vue.js 1
VueJs Consumer App – Laravel API with Passport
Hello everyone! Welcome back to justlaravel.com, am back with another tutorial. Here I will show you how to consume a Laravel API with passport authentication in Vuejs app. In an earlier post, I have shown you how to integrate passport API into your Laravel apps. As a continuation, I will create a VueJs consumer app ...

Image Intervention integration in Laravel

Image Intervention integration in Laravel
Hello everyone, welcome back to justlaravel.com. Here in this post am going to show you how to use Image Intervention tool in your Laravel applications. You might be wondering what is this Image Intervention, let me tell you, it is something like an image editing tool for your Laravel application. One can manipulate the image ...

Vue Js and Laravel – CRUD Operations

14. June 2018 Laravel, Vue.js 7
Vue Js and Laravel – CRUD Operations
Hello artisans, welcome to justlaravel.com. Here am going to show you how to perform CRUD operations with Vue.js and Laravel. I have previously discussed Vue js in my previous tutorials where I created a simple search app, and some introduction to Vue, so here I am going to make a complete CRUD app using Vue.js ...

Posts search and gallery view app in Vuejs

Posts search and gallery view app in Vuejs
Hello everyone, welcome back to justlaravel.com. Here I am going to explore some more about vuejs, in previous post, I gave some intro to vue, where we already had database connection and operations on those data and all that cool stuff. Here I will develop another simple app to see more about Vuejs. Working Demo  ...