Label: Larravel

1952 results found

quick get start

Larravel 10 Chinese Document Eloquent ORM

introduce Laravel includes Eloquent, an object relational mapping (ORM) tool, which makes the interaction with the database pleasant. Using Eloquen

Published by Xueyuan Jun 7 months ago    Views: 3943    Number of likes: 0

Redis

Larravel 10 Chinese Document data base

brief introduction Redis is an open source advanced key value storage system. Because a key can contain strings, hashes, lists, collections, and ordered collections, it is often called a data structure server

Published by Xueyuan Jun 8 months ago    Number of views: 2388    Number of likes: 1

fill

Larravel 10 Chinese Document data base

introduce Larave includes the ability to inject data into the database using filler classes. All filler classes are stored in the database/readers directory

Published by Xueyuan Jun 8 months ago    Number of views: 1689    Number of likes: 0

transfer

Larravel 10 Chinese Document data base

brief introduction Migration is like database versioning, which allows teams to define and share database schema definitions for applications. If you ever told a teammate that after pulling your changes from source control

Published by Xueyuan Jun 8 months ago    Number of views: 1922    Number of likes: 0

paging

Larravel 10 Chinese Document data base

introduction In other frameworks, pagination can be very cumbersome. We hope that Larravel's paging method can bring you a fresh air. Larave's pager and query

Published by Xueyuan Jun 8 months ago    Views: 2167    Number of likes: 0

Query Builder

Larravel 10 Chinese Document data base

introduce Larave's database query builder provides a convenient and smooth interface for creating and running database queries. It can be used to perform most database operations in the application

Published by Xueyuan Jun 8 months ago    Views: 2837    Number of likes: 0

Getting Started Guide

Larravel 10 Chinese Document data base

brief introduction Almost every modern web application will interact with the database. Laravel uses raw SQL, a smooth query builder, and Eloquent OR

Published by Xueyuan Jun 8 months ago    Number of views: 2720    Number of likes: 1

Password Reset

Larravel 10 Chinese Document Security Series

brief introduction Most web applications provide a way for users to reset their forgotten passwords. To prevent you from having to manually implement this function every time you create a new application, La

Published by Xueyuan Jun 9 months ago    Number of views: 1433    Number of likes: 0

Hash

Larravel 10 Chinese Document Security Series

introduce Laravel's Hash facade provides secure Bcrypt and Argon2 hashes for storing user passwords. If you use Larav

Published by Xueyuan Jun 9 months ago    Views: 915    Number of likes: 0

encryption

Larravel 10 Chinese Document Security Series

introduce Laravel's encryption service provides a simple and convenient interface, and uses OpenSSL to document through AES-256 and AES-128

Published by Xueyuan Jun 9 months ago    Views: 867    Number of likes: 0

Write testable code

Larravel Code Cleanliness

introduction Testing is an important part of web and software development. It helps to provide confidence that any code you write meets the acceptance criteria and reduces the number of bugs in your code

Published by Xueyuan Jun 9 months ago    Views: 1424    Number of likes: 0

Use Policy Mode

Larravel Code Cleanliness

introduction In software and website development, writing maintainable and extensible code is always very important. The solution you first created may change over time. So you need to make sure that

Published by Xueyuan Jun 9 months ago    Views: 1647    Number of likes: 0

Interface oriented programming

Larravel Code Cleanliness

introduction In programming, it is very important to ensure that your code is readable, maintainable, extensible and easy to test. We can improve all these elements of our code by using interfaces. ...

Published by Xueyuan Jun 9 months ago    Views: 1418    Number of likes: 0

Auxiliary Functions

Larravel Code Cleanliness

introduction Auxiliary functions can play a great role in your Laravel project. They simplify the code in your project in a clear and concise way. Larave

Published by Xueyuan Jun 9 months ago    Number of views: 1499    Number of likes: 0

Performance Optimization

Larravel Code Cleanliness

introduction It is estimated that if a website takes more than 3 seconds to load, 40% of people will give up visiting! Therefore, from a commercial perspective, it is very important to ensure that the website is loaded within 3 seconds. All

Published by Xueyuan Jun 9 months ago    Views: 1814    Number of likes: 0