Mindblown: a blog about philosophy.

  • NBA 2k23 Image Upload

    In the dynamic world of sports gaming, customization has become an integral part of the player experience. NBA 2K23, the latest installment in the acclaimed basketball simulation series, offers players the opportunity to express their creativity by uploading custom team logos. Whether you’re a die-hard basketball fan or a casual gamer, this guide will walk…

  • How to upload Image in laravel 10

    How to upload Image in laravel 10

    Laravel10 is one of the most popular PHP frameworks that is widely used for developing robust web applications. One of the common features of web applications is the ability to upload images, and Laravel provides several methods for handling image uploads. In this article, we will discuss how to upload an image in Laravel 10.…

  • Laravel 10 Paytm Payment Gateway Integration Example

    Laravel 10 Paytm Payment Gateway Integration Example

    Paytm is one of the most popular payment gateway providers in India. It offers a seamless payment experience to customers and provides a variety of payment options. Laravel is a popular PHP framework that allows developers to build scalable and robust web applications. In this article, we will learn how to integrate Paytm payment gateway…

  • Laravel 10 Form Validation Example From Scratch

    Laravel 10 Form Validation Example From Scratch

    Laravel is a popular PHP framework that offers a powerful and easy-to-use form validation system. In this article, we will guide you through the process of creating a Laravel form validation example from scratch. Creating a Laravel Form To start, let’s create a simple form in Laravel. We will use Laravel’s built-in form helper to…

  • Laravel 10 Livewire Datatables Tutorial

    Laravel 10 Livewire Datatables Tutorial

    Datatables are a popular way to display large amounts of data in a tabular format that is easy to navigate and understand. In this tutorial, we will show you how to create dynamic datatables using Laravel 10 and Livewire. Prerequisites: Before you start, make sure you have the following installed on your system: Step 1:…

  • Laravel 10 cURL HTTP Request Example

    Laravel 10 cURL HTTP Request Example

    Laravel 10 is the latest version of the popular PHP framework, which is widely used for building robust web applications. One of the most common tasks in web development is to make HTTP requests to external APIs, and Laravel provides a convenient way to do this using the cURL library. In this article, we will…

  • Laravel 10 Send Emails using Office365 Example

    Laravel 10 Send Emails using Office365 Example

    Sending emails is an essential feature of web applications, whether it is for password reset, email confirmation, or sending newsletters. Laravel 10 provides various drivers for sending emails, including SMTP, Sendmail, and Amazon SES. In this tutorial, we will be using the SMTP driver and Office365 as the email service provider. Before we begin, make…

  • Laravel 10 Livewire Load More On Page Scroll Example

    Laravel 10 Livewire Load More On Page Scroll Example

    Laravel Livewire is a powerful tool that allows you to build interactive user interfaces in Laravel using a simple and intuitive syntax. In this article, we’ll explore how to implement a “load more on page scroll” functionality using Laravel Livewire. Prerequisites Before we start, make sure you have the following: Step 1: Setting up the…

  • Laravel 10 Livewire Add or Remove Dynamically Input Fields

    Laravel 10 Livewire Add or Remove Dynamically Input Fields

    Laravel 10 Livewire is a powerful tool that simplifies building dynamic web applications. In this tutorial, we will show you how to add or remove dynamically input fields using Livewire. This feature can be useful for forms where users can add or remove multiple items such as tags, categories, or images. Prerequisites Before we start,…

  • Laravel 10 Livewire CRUD with Jetstream Example

    Laravel 10 Livewire CRUD with Jetstream Example

    Laravel Livewire is a powerful package that allows you to create dynamic user interfaces without writing any JavaScript code. With Laravel Livewire, you can build interactive web applications quickly and easily. In this tutorial, we will build a CRUD application with Laravel 10 Livewire and Jetstream. Jetstream is a popular package that provides pre-built authentication…

Got any book recommendations?