Hi Dear readers, on this occasion I will discuss Asynchronous vs Synchronous Javascript, understanding both of them is an important […]
Tag: # vue
SPA with Springboot+JWT+Vue.js+Web socket
As I wrote before, I made a SPA with Springboot+JWT+Vue.js+Web socket, but only a few people tested it, maybe because, […]
Laravel Api authentication (Sanctum) with NuxtJs(Part-2)
In the last part I mentioned about Api authentication with Laravel Sanctum if you didnt check it please check it […]
Laravel Api authentication(Sanctum) with NuxtJs-Part1
As of Laravel 8 there has been introduction of Sanctum which has made APi authentication very easy. Here first I […]
What’s new in Laravel 8.x ?
Laravel 8 continues the improvements made in Laravel 7.x by introducing: Laravel Jetstream, model factory classes, migration squashing, job batching, […]
Getting Started with Laravel Jetstream
Why I Start with Laravel Jetstream [ ] application scaffolding for Laravel [ ] provides login, registration, email verification, two-factor […]
Setting up Vue in Laravel 8
Fancy a SPA in laravel? Yes, we all do! So here is the quick and easy way to get the […]
SPA with Springboot+JWT+Vue.js+Web socket
Hello people. I have created a web forum. You can see it here: https://chatboard.page/ What is this? This is a […]
Laravel InertiaJS SEO workaround
I noticed an issue(#45) raise on Github regarding server-side rendering and SEO. According to the official documentation of InertiaJS, server-side […]
Creating a cool REST profile avatar uploader with Laravel, Vue and Axios.
On this post I’ll be demonstrating how you can create a “REST” profile avatar uploader by utilizing VueJs and the […]