Welcome to Laracoding
Database
Frontend
Third Party
Recent Posts
Alpine.JS is a popular lightweight JavaScript framework used to create interactive and reactive web interfaces. In this post, we will discuss four methods to easily add Alpine.JS to Laravel,...
In this article, I'll compare four methods to add jQuery to Laravel: from an external CDN, manually from the public folder, or compiled via Vite or Laravel Mix.
In this article, I’ll show you four ways to include a CSS file in Laravel, directly from the public folder, via a CDN URL, and by using Vite or Laravel Mix.