Counting the number of characters in a textarea is a common requirement in website development. There can be various reasons for that like enforcing
Image upload functionality is a common requirement in many web applications. This tutorial will explore how to implement image uploads using Dropzon
JavaScript frameworks have revolutionized web development, enabling developers to build powerful and dynamic applications efficiently. As technology
Laravel is a popular PHP framework for building web applications. By default, Laravel stores its public files in a directory named "public" at the r
One common task that developers encounter while working with Laravel is getting the current URL of the page. The reason can be anything like checkin
In this post, we will explain what cross-origin resource sharing (CORS) is and how to enable CORS for Laravel applications. What is CORS? CORS sta
One of the most powerful features of Laravel is its helper functions or facades. Working in real-life projects storing data in an array is a common
While creating social media applications or blog platforms sometimes requirement rises for showing Acronyms of user names or some titles. In this po
Portable Document Format (PDF), standardized as ISO 32000, is a file format developed by Adobe. PDF is used to download data or text content in the
While upgrading the functionality of the application sometimes we need to change the majority portion of logic. In common cases doesn't affect web a
If you are a programmer, you might already be familiar with Visual Studio Code. The Visual Studio code is ideal for developers and programmers alike
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you c
While working with relationships, sometimes we need to get the first data of many to many relations or the latest data from one relationship where c
Accessor and mutator help us to change data by custom functionally automatically. While working with a mutator sometimes we need to order or sort da
Grouping data by some specific conditions is commonly required to reduce load time. Grouping data is the concept of SQL but Laravel provides an effe
While working on an enterprise-level project, it commonly occurs that we want to create a particular table or column into a table that already exist
Sometimes you run into a situation when you have to reuse some of the conditions more, with help of scopes we can easily reuse or create common func
Laravel uses a blade templating engine to render views and perform view-level operations using it. The Blade has some in-built directives that help
Finding data by ID or IDs is commonly used. Here we search or query the primary key of the model and get data. In this tutorial, we will see some me
Working with images can be easily done using Laravel. But if you use Laravel Spatie Media Library then you can easily bind images to multiple models
Recent posts
Creating a JavaScript Character Count for Textarea
June 03, 2023
Image Upload Using Dropzone in PHP with Example
June 01, 2023
Top 10 JavaScript Frameworks in 2023
May 13, 2023
How to change Laravel public folder to public_html?
May 10, 2023
How to get current URL in Laravel
May 09, 2023
How to enable CORS in Laravel
May 03, 2023
Most Useful Laravel Array Helpers For Developer
May 01, 2023
Tags
Subscribe
Want to be notified when someone post intresting content. Just sign up and we'll send you a notification by email.