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

Top 10 JavaScript Frameworks in 2023

  • Post published DateMay 13, 2023
  • Posted by UserSagar Viroja
  • Share Pst
  • Save Post

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

How to get current URL in Laravel

  • Post published DateMay 09, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

How to enable CORS in Laravel

  • Post published DateMay 03, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

Generate String Acronyms with Laravel Macro

  • Post published DateMay 01, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

While creating social media applications or blog platforms sometimes requirement rises for showing Acronyms of user names or some titles. In this po

Converting HTML To PDF In PHP Using Dompdf

  • Post published DateApril 30, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

API Versioning in Laravel

  • Post published DateApril 22, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

How to Install Visual Studio Code in Ubuntu

  • Post published DateApril 22, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

How to Install Postman on Ubuntu

  • Post published DateApril 22, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

Order Data By Mutator Attribute In Laravel

  • Post published DateApril 04, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

How to Check Table Or Column Exists In Laravel

  • Post published DateApril 04, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

Working With Scopes In Laravel

  • Post published DateApril 04, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

How To Create Custom Blade Directive In Laravel?

  • Post published DateApril 04, 2023
  • Posted by UserNilkanth Borad
  • Share Pst
  • Save Post

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

Tags

Subscribe

Want to be notified when someone post intresting content. Just sign up and we'll send you a notification by email.