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:
-
- \'domain-driven laravel\' build great systems that are scalable and powerful
- In the ever-expanding universe of software development, creating scalable, maintainable, and powerful systems is no small feat. With so many frameworks, tools, and patterns vying for your attention, it's easy to feel like a lost space traveler, orbit
- PHP Tutorial 212 2024-08-19 06:47:02
-
- Introducing a Flexible and Framework-Agnostic Laravel Livewire Modal Package
- Introducing a Flexible Laravel Livewire Modal Package Laravel and Livewire have revolutionized the way we build dynamic applications with minimal JavaScript. But when it comes to handling modals, most solutions tend to lock us into specific des
- PHP Tutorial 376 2024-08-19 06:39:38
-
- ExcelMapper: Simplify Excel Data Importation in Your PHP Projects
- Managing data imports from Excel files can often be a cumbersome process in PHP applications. Whether you're building a CRM, an inventory system, or any data-driven application, handling Excel files with various structures and formats is a common req
- PHP Tutorial 928 2024-08-19 06:35:32
-
- Symfony Station Communiqué — August A Look at Symfony, Drupal, PHP, Cybersec, and Fediverse News!
- This communiqué originally appeared on Symfony Station. Welcome to this week's Symfony Station communiqué. It's your review of the essential news in the Symfony and PHP development communities focusing on protecting democracy. That necessitates an o
- PHP Tutorial 864 2024-08-19 06:31:39
-
- Maximum Number of Points with Cost
- 1937. Maximum Number of Points with Cost Difficulty: Medium Topics: Array, Dynamic Programming You are given an m x n integer matrix points (0-indexed). Starting with 0 points, you want to maximize the number of points you can get from the matrix.
- PHP Tutorial 859 2024-08-18 06:46:02
-
- Multiple API in Laravel with HTTP Requests
- Today, I share everyone , how to do call multiple api in Laravel We now promise can call multiple api from client (vue, react, js,...). if you use Promise.all([...]), it return multiple promise Okay, let't go The first , you can install project Lar
- PHP Tutorial 793 2024-08-18 06:45:02
-
- ssential tools for Laravel development
- Everyone loves a listicle right ? So here's one to give a shout out to my favorite tools for PHP/Laravel development Xdebug (Free) https://xdebug.org/ This one is really important to me. I know a lot of people will be happy with throwi
- PHP Tutorial 999 2024-08-18 06:34:02
-
- [Resolved] Integrity constraint violation – Fast tips
- If you are dealing with the error: "Integrity constraint violation: Cannot add or update a child row: a foreign key constraint fails", you are in the right article. Usually you encounter this error when you add a new column to a table and
- PHP Tutorial 869 2024-08-17 22:50:09
-
- Mastering the Eloquent where Condition in Laravel
- Laravel's Eloquent ORM (Object-Relational Mapping) is one of its standout features, offering a robust and expressive way to interact with your database. One essential functionality Eloquent provides is the method, that allows developers to filter que
- PHP Tutorial 275 2024-08-17 20:39:32
-
- PHP Secure Coding: Dont Let the Code Get Loose
- I was having a casual chat with a friend the other day who is a tech lead on a successful startup, and while we were watching the Olympics final of women's water polo, we started talking about a PHP fail I found in the wild ?. Him being a tech lead a
- PHP Tutorial 833 2024-08-17 18:36:32
-
- LLM Support for Your PHP AI Projects
- I’m thrilled to share the PHP package I’ve been working on! With this package, you can easily integrate and enhance LLM (Large Language Model) packages within your PHP code. ? Features: Seamless LLM Integration: Integrate open-source LLM packages li
- PHP Tutorial 220 2024-08-17 18:36:02
-
- Eloquent Trick: Laravel Model from Subquery
- In Laravel, it's common to define a model's corresponding table using the table property, such as: class User extends Model { protected $table = 'users'; } However, instead of mapping directly to a table, we can use a subquery. This technique
- PHP Tutorial 374 2024-08-17 06:50:06
-
- How to monitor Guzzle Http Client – PHP Fast tips
- Guzzle is a popular PHP HTTP client that makes it easy to send HTTP requests and create web service libraries. The most popular PHP frameworks provides an internal Http Client service, and they are simply a customized implementation of the Guzzle Htt
- PHP Tutorial 429 2024-08-17 06:39:08
-
- . Maximum Distance in Arrays
- 624. Maximum Distance in Arrays Difficulty: Medium Topics: Array, Greedy You are given m arrays, where each array is sorted in ascending order. You can pick up two integers from two different arrays (each array picks one) and calculate the distan
- PHP Tutorial 612 2024-08-17 06:35:09
-
- Small Swoole Db
- Small Swoole Db 2.3 introduce left joins : $selector = (new TableSelector('user')) ->leftJoin('post', 'messageOwner', 'message') ; $selector->where() ->firstCondition(new Condition( new ConditionElement(ConditionElementTyp
- PHP Tutorial 808 2024-08-16 20:34:30