Mindblown: a blog about philosophy.
-
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
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
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…
-
Laravel Ajax Multiple Delete Records using Checkbox Example
In web applications, sometimes we need to perform batch operations like deleting multiple records at once. This can be achieved easily with the help of checkboxes and AJAX requests. In this article, we will see how to implement the multiple delete operation using checkboxes and AJAX in Laravel. Prerequisites Before we begin, make sure you…
-
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
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 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…
-
How to Check User Login, Online Status & Last Seen in Laravel 10
In any web application that requires user authentication, it’s important to know the user’s login status, online status, and last seen time. In this article, we will explore how to implement a system to check user login, online status, and last seen time in Laravel 10. Prerequisites Before getting started, you should have the following…
-
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?