Mindblown: a blog about philosophy.

  • Laravel 10 Livewire Fullcalendar Integration Example

    Laravel 10 Livewire Fullcalendar Integration Example

    FullCalendar is a popular JavaScript library that allows you to create a customizable calendar for your web application. Laravel 10, on the other hand, is a popular PHP web framework that simplifies web development. Livewire is a Laravel package that allows you to build dynamic interfaces using PHP. In this tutorial, we’ll walk you through…

  • Install Laravel 10 Passport & Create REST API using Passport

    Install Laravel 10 Passport & Create REST API using Passport

    Laravel is a powerful PHP web application framework that allows developers to build robust and scalable applications with ease. Laravel Passport is a package that provides a complete authentication system for your Laravel applications using OAuth2. With Laravel Passport, you can easily create a RESTful API that can be consumed by any client, such as…

  • Laravel 10 Factory – Generate Dummy Data Tutorial

    Laravel 10 Factory – Generate Dummy Data Tutorial

    One of the most important aspects of software development is testing. In order to make sure that your application is working properly, you need to test it with a variety of scenarios and use cases. One of the challenges of testing is generating realistic data to use in your tests. This is where Laravel factories…

  • How to Display Error Message in Laravel 10

    How to Display Error Message in Laravel 10

    Laravel is a popular PHP framework that allows developers to quickly and easily build web applications. One important aspect of building any application is handling errors and displaying error messages to users. In this article, we will discuss how to display error messages in Laravel 10. Step 1: Configure Error Reporting Before you can start…

  • Laravel 10 Telescope Example Tutorial

    Laravel 10 Telescope Example Tutorial

    Laravel is one of the most popular PHP frameworks, known for its elegance and simplicity. Laravel offers a wide range of features to help developers build robust and scalable web applications. One of the most important aspects of any web application is debugging and performance monitoring. Laravel offers a powerful tool called Telescope that makes…

  • Laravel 10 PHP Framework Pagination Example

    Laravel 10 PHP Framework Pagination Example

    Pagination is an essential feature of any web application that displays large amounts of data. Laravel provides a simple and efficient way to implement pagination in your application using the built-in Paginator class. In this tutorial, we will walk you through how to use pagination in Laravel 10 PHP Framework. First, let’s create a sample…

  • Laravel 10 Multiple Database Connection Example

    Laravel 10 Multiple Database Connection Example

    Laravel 10 is a popular PHP framework that makes it easy to develop web applications quickly and efficiently. One of the many features of Laravel 10 is its ability to work with multiple databases. In this article, we will go over an example of how to set up and use multiple database connections in Laravel…

  • Laravel 10 Typeahead JS Autocomplete Search Example

    Laravel 10 Typeahead JS Autocomplete Search Example

    Typeahead.js is a popular autocomplete library that allows users to easily search for data within a database or other data source. In this article, we will explore how to implement a Laravel 10 Typeahead.js Autocomplete Search Example. Prerequisites Before getting started, you should have the following installed: Step 1: Install Laravel 10 First, we need…

Got any book recommendations?