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:
- Top Free PHP Hosting Services
- Top Free PHP Hosting Services: A Comprehensive Guide When starting a new PHP project, free hosting services can be a great way to test ideas without incurring costs. However, it's important to understand their limitations. This article explores
- PHP Tutorial 298 2024-08-01 07:06:32
- How to run a phpunit unit test with a specific dataset
- Today I was running my tests and had a failing test: Tests\Common\BusinessLogic\XXX\XXLogicTest::testInvalidXX with data set #9 ([['dsadsa', 'dsafsdfsd', 1234.23, -1234.23, '', 'dsadsa']]) Failed asserting that 1 matches expected 0. /var/www/html/
- PHP Tutorial 1028 2024-08-01 04:09:02
- PHP books worth reading
- PHP is one of those immortal programming languages and also one of the ones with the most job openings on the job market. Most websites in the world are written in PHP or using frameworks or CMS with PHP, such as: Wordpress, Laravel and among others.
- PHP Tutorial 332 2024-07-31 10:24:51
- Slugs with an ID fallback in Laravel
- Originally posted on my blog, briandouglas.ie Slugs make a URL look legit. No one wants to click on a link that reads like https://mysite.com/blog/1. I'd definitely get hacked if I clicked that. But what if it read https://mysite.com/blog/1/some-aw
- PHP Tutorial 266 2024-07-31 02:35:12
- Explore the Advantages of Data Transfer Objects (DTOs) and How PHP Readonly Classes Can Elevate Your Laravel Code
- In modern web application development, efficiently and securely managing and transferring data is crucial. One design pattern that significantly aids in this process is the Data Transfer Object (DTO). This post will delve into the advantages of using
- PHP Tutorial 1040 2024-07-30 08:59:09
- Enhancing Object-Oriented Design with Traits, Interfaces, and Abstract Classes
- In object-oriented programming, maintaining a clean and modular design is crucial for creating scalable and maintainable applications. By leveraging design patterns and principles, developers can create code that is both flexible and easy to extend.
- PHP Tutorial 590 2024-07-30 07:15:14
- Part Mastering Laravel From Fundamentals to Advanced Web Development
- Mastering Laravel : From Fundamentals to Advanced Web Development Eloquent Relationship: One To One Creating a one-to-one relationship between an author and a profile in Laravel using Eloquent involves several steps, including creating migrati
- PHP Tutorial 232 2024-07-30 06:42:54
- Bundling Your Symfony UX Twig Components
- Have you heard about Symfony UX Twig Components? If not, I recommend starting by reading the official documentation to get firsthand understanding. However, in this article, I will give a brief introduction and then quickly jump to today's main topic
- PHP Tutorial 464 2024-07-29 17:46:20
- A Comprehensive Guide to Testing in Laravel with PHPUnit
- Introduction to Testing in Laravel Testing is a critical aspect of software development that ensures your application works as intended. Laravel provides a robust testing suite out of the box with PHPUnit, a popular testing framework for PHP. T
- PHP Tutorial 618 2024-07-29 06:56:53
- Install New Laravel 11
- So, you're ready to dive into the world of Laravel 11? Awesome choice! Laravel is a powerful PHP framework that makes web development a breeze. Let's break down the installation process in a way that's easy to understand and follow, no matter your op
- PHP Tutorial 524 2024-07-28 19:15:03
- Ignore custom indexes on Doctrine DBAL 4
- You can create database indexes using #[ORM\Index(fields: ['fieldName'] attribute on the entity file and Doctrine will do the rest to manage the index for you, but I will not talk about that. As your project grows or requires specific requirements,
- PHP Tutorial 284 2024-07-28 00:10:32
- How to View Your index.php File in a Browser
- How to View Your index.php File in a Browser To view your index.php file in a browser, you need to run a web server that can interpret PHP files. Here are the steps to do this, with a quick and easy option to get you started immediately.
- PHP Tutorial 727 2024-07-27 22:22:33
- \'Model Required Fields\' package
- With Model Required Fields package, you can get the required model fields, excluding primary keys, nullable fields, and fields with defaults. I first needed this information while working on a large project with no tests or factories and many migrat
- PHP Tutorial 652 2024-07-27 20:58:23
- Small Clean Application
- This project is a set of class to manage dependency injection of application's part of a clean architecture app, independently of the framework used. Git : https://git.small-project.dev/lib/small-clean-application Packagist : https://packagist.org/
- PHP Tutorial 706 2024-07-27 06:43:22
- How to easily generate data with Database Seeders in Laravel
- When building an application, be it small, medium, or large. Having test data to play around with in an application is inevitable and important. So let's start from simple to advanced with two different scenarios. i. All applications or the majorit
- PHP Tutorial 228 2024-07-26 04:48:43































