current location:Home>Technical Articles>Backend Development>PHP Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
- Session Handling with the PRG pattern and Flashing
- In our previous project, returning a view directly from the POST request when validation failed was not the best approach. The Problem When a user submits a login form with invalid data, the form displays error messages and redirects the
- PHP Tutorial 181 2024-07-18 21:46:21
- Mastering Middleware in Laravel: An In-Depth Guide
- As I navigated the labyrinth of web development, one feature consistently illuminated my path: Laravel's middleware system. Middleware doesn't just filter requests; it transforms applications, ensuring security, performance, and seamless user experie
- PHP Tutorial 419 2024-07-18 20:59:51
- Tutorial Laravel Auth con Bootstrap
- This is a practical tutorial. We will create a project with Laravel in version 11 and integrate the base auth verification. Requirements Basic knowledge of Laravel and PHP Composer installed on your computer Node.js and npm installed on e
- PHP Tutorial 562 2024-07-18 20:38:52
- Intro to Middleware
- What is Middleware? Middleware is a software design pattern that enables seamless communication and data exchange between different systems, applications, or services. It plays a crucial role in facilitating interactions between disparate compo
- PHP Tutorial 436 2024-07-18 16:59:52
- How to Create a Telegram Bot Using PHP
- How to Create a Telegram Bot Using PHP (Bonus: Get Cheap Hosting on Hostinger for Unlimited Bandwidth) Creating a Telegram bot using PHP is a great way to automate interactions and build useful tools for your community. In this article, we'll g
- PHP Tutorial 787 2024-07-18 13:33:29
- How to Use Laravel Blade Templating Engine with a Pure Vanilla PHP Project?
- Today, I challenged myself to implement a Laravel MVC (Model, View, Controller) approach using pure vanilla PHP. To tackle this, I utilized the standard Laravel Blade templating engine for the view part of the project, but without installing Laravel
- PHP Tutorial 787 2024-07-18 11:30:48
- Using Helper Functions to Convert Markdown to HTML in Laravel 11
- In this tutorial, we'll create a helper function in a Laravel application to convert Markdown content to HTML using the league/commonmark library. We'll cover the steps to create a helper file, include it in our Laravel project, and use it in a Blade
- PHP Tutorial 292 2024-07-18 11:28:11
- Why clean code matters
- In various consultancy projects, I have noticed lately that the same thing keeps repeating itself: clustered code. What do I mean by that? Well, let me put it this way. When you code, you should think about clean code. Yes, I know, one more person ou
- PHP Tutorial 473 2024-07-18 11:27:38
- Crawler Log Folder
- 1598. Crawler Log Folder Easy The Leetcode file system keeps a log each time some user performs a change folder operation. The operations are described below: "../" : Move to the parent folder of the current folder. (If you are alread
- PHP Tutorial 325 2024-07-18 10:20:06
- Design Patterns in Laravel: Level Up Your Code with Reusable Solutions
- If you're building applications with Laravel, chances are you might have come across people saying, "Design patterns are the way to go." But what, really, are design patterns? And more importantly, how can they make your Laravel application
- PHP Tutorial 670 2024-07-18 10:12:06
- Find Center of Star Graph
- 1791. Find Center of Star Graph Easy There is an undirected star graph consisting of n nodes labeled from 1 to n. A star graph is a graph where there is one center node and exactly n - 1 edges that connect the center node with every other node. Yo
- PHP Tutorial 249 2024-07-18 09:23:20
- How to use eloquent when in laravel
- In this article, We are implementing laravel eloquent when condition. In the filter-out process, we use the if-else condition on request. Check the code below. if($request->filter_by == 'amount') { $query->where('amount', '>', request(
- PHP Tutorial 740 2024-07-18 08:16:59
- . Most Profit Assigning Work
- 826. Most Profit Assigning Work Medium You have n jobs and m workers. You are given three arrays: difficulty, profit, and worker where: difficulty[i] and profit[i] are the difficulty and the profit of the ith job, and worker[j] is the ability o
- PHP Tutorial 793 2024-07-18 06:44:44
- PHP Version of console.log() for Laravel
- Easily stream your Laravel application logs to the browser console tab (console.log) in real-time using server-sent event (SSE) Welcome to Laravel Console Log (LCL)! This package brings real-time logging to your Laravel application, allowing you to
- PHP Tutorial 923 2024-07-18 05:36:20
- Average Waiting Time
- 1701. Average Waiting Time Medium There is a restaurant with a single chef. You are given an array customers, where customers[i] = [arrivali, timei]: arrivali is the arrival time of the ith customer. The arrival times are sorted in non-decreasin
- PHP Tutorial 350 2024-07-18 05:08:19































