In this blog post, you'll learn 4 ways to share common variables or data across all views without manually passing them to each view.
Category: Frontend
TinyMCE is a popular WYSIWYG editor that allows users to format and edit content easily. In this tutorial, we will explore how to integrate TinyMCE with a Laravel 10 application using Vite as the...
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,...
Are you wondering how to add jQuery to your Laravel application? Well, you're not alone. Many Laravel developers face this challenge, especially beginners.In this blog post, we will discuss four...
If you are new to Laravel development, you may be wondering how to add your own or third-party CSS to your Laravel application. Fortunately, it’s easy to add CSS to your Laravel project, and there...