laravel


Universal Rendering In Laravel Using Vue.Js And Ara Framework

Nowadays, JavaScript frameworks such as Next.js, Nuxt.js and NgUniversal make universal rendering easier. However, how can we achieve it on non-JavaScript frameworks like Laravel?

Passing Data From Laravel To Vue

https://hoanguyenit.com/passing-data-from-laravel-to-vue.html Các bạn có thể xem thêm bài viết về sự...

post-683-thumbnail
Create Multiple Subcategories In Laravel 5.8

https://hoanguyenit.com/create-multiple-subcategories-in-laravel-5-8.html

post-614-thumbnail
Ulearn - Lms Script Built On Laravel 5.8 And React Js 16.9

ULEARN is an application similar to UDEMY with all the basic features that needed for Learning Manage...

Quick And Easy Alias For Laravel

Are you tired of typing 'php artisan' every time you need to create a controller or clear some configuration cache? This alias will save you some keystrokes and make you happier.

post-374-thumbnail
How To Use Laravel Vapor Without Having To Use Rds

Learn how you can use Laravel Vapor without having to pay for a RDS instance for your database.

Developer Tools For A Back-End Programmer

Developer tools for a back-end programmer Any developer will have a set of developer...

Improve Query Performance For Polymorphic Relationships In Laravel

Improve query performance for polymorphic relationships in Laravel This post is for...

Build A Jwt Authenticated Api With Lumen(V5.8)

In this tutorial, we will be using lumen; a super-fast micro-framework by laravel to build a simple and secure REST API. At the end of this tutorial, you should be able to build production-ready APIs. Let's get started!