Labels: models

101 results found

to grant authorization

Larravel 10 Chinese Document Security Series

brief introduction In addition to providing built-in identity authentication services, Laravel also provides a simple method to authorize user operations of a given resource. For example, even if the user has passed

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

Provide full-text search solution based on Larravel Scout

Larravel 8 Chinese Document Official expansion pack

brief introduction Larravel Scout provides a simple, driver based solution for the implementation of Eloquent model full-text search. By using model observers, Sc

Published by Xueyuan Jun 3 years ago    Number of views: 4021    Number of likes: 0

Eloquent set

Larravel 8 Chinese Document Eloquent ORM

brief introduction The result set returned by Eloquent containing multiple records is Illuminate Database Eloquent Collecti

Published by Xueyuan Jun 3 years ago    Number of views: 10564    Number of likes: 0

Association

Larravel 8 Chinese Document Eloquent ORM

brief introduction Data tables often need to be associated with other tables. For example, a blog post may have many comments, or an order will be associated with the ordering user. Eloquent lets you organize and process this

Published by Xueyuan Jun 3 years ago    Views: 20098    Number of likes: 0

User authorization

Larravel 8 Chinese Document Security Series

brief introduction In addition to providing out of the box authentication services, Laravel also provides a simple way to manage authorization logic to control access to resources. Like certification, in

Published by Xueyuan Jun 3 years ago    Views: 8679    Number of likes: 2

Full text search solution: Scout

Larravel 7 Chinese Document Official expansion pack

brief introduction Larravel Scout provides a simple, driver based solution for the implementation of Eloquent model full-text search. By using model observers, Sc

Published by Xueyuan Jun 4 years ago    Number of views: 3654    Number of likes: 0

User authorization

Larravel 7 Chinese Document Security Series

brief introduction In addition to providing out of the box authentication services, Laravel also provides a simple way to manage authorization logic to control access to resources. Like certification, in

Published by Xueyuan Jun 4 years ago    Views: 5661    Number of likes: 1

Larravel 6.5.2 release

Blog

Laravel is basically a small iteration every week. As a platform for Laravel developers, it is still necessary for you to introduce a new version of the release introduction. In addition

Published by Xueyuan Jun 4 years ago    Views: 3475    Number of likes: 1

Larave: always run to toArray() of other models

Q&A

Can u save me?!!!!! The following is the code, please understand the answer, thanks! I can post anything I need online! This is me contro

Founded by hesini 6 years ago    Number of views: 3489    Number of answers: 0

Full text search solution: Larravel Scout

Larravel 6 Chinese Document Official expansion pack

brief introduction Larravel Scout provides a simple, driver based solution for the implementation of Eloquent model full-text search. By using model observers, Sco

Published by Xueyuan Jun 4 years ago    Number of views: 6415    Number of likes: 2

Database test

Larravel 6 Chinese Document Test series

brief introduction Laravel provides several useful tools to make testing database driven applications easier. First, you can use the auxiliary function assertDatabase

Published by Xueyuan Jun 4 years ago    Number of views: 5544    Number of likes: 0

serialize

Larravel 6 Chinese Document Eloquent model

brief introduction When building JSON APIs, you often need to convert models and associations into arrays or JSON. Eloquent provides a convenient way to implement these transformations

Published by Xueyuan Jun 4 years ago    Views: 6562    Number of likes: 0

API resource class

Larravel 6 Chinese Document Eloquent model

brief introduction When building the API, a conversion layer may be required between the Eloquent model and the JSON response finally returned to the application user. Larravel's capital

Published by Xueyuan Jun 4 years ago    Views: 7678    Number of likes: 0

Accessors and modifiers

Larravel 6 Chinese Document Eloquent model

brief introduction Accessors and modifiers allow you to format Eloquent properties when you get model properties or set their values. For example, you may want to use the Larave Encryptor to store

Published by Xueyuan Jun 4 years ago    Views: 8280    Number of likes: 0

aggregate

Larravel 6 Chinese Document Eloquent model

brief introduction The result set returned by Eloquent containing multiple records is Illuminate Database Eloquent Collectio

Published by Xueyuan Jun 4 years ago    Views: 8191    Number of likes: 1