Labels: views

143 results found

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 9 months ago    Views: 2250    Number of likes: 0

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: 994    Number of likes: 0

view

Larravel 10 Chinese Document Basic components

introduce Of course, it is impractical to return a complete HTML document string directly from the route and controller. Fortunately, the view provides a way to place all HTML in a separate file

Published by Xueyuan Jun 1 year ago    Number of views: 2092    Number of likes: 0

response

Larravel 10 Chinese Document Basic components

Create Response String and Array All routes and controllers should return a response to send back to the user's browser. Laravel provides several different ways to return responses. Most

Published by Xueyuan Jun 1 year ago    Number of views: 1679    Number of likes: 0

route

Larravel 10 Chinese Document Basic components

Basic route The most basic Laravel route accepts a URI and a closure, providing a very simple and expressive way to define routes and behaviors without the need for

Published by Xueyuan Jun 1 year ago    Number of views: 4411    Number of likes: 0

front end

Larravel 10 Chinese Document quick get start

introduce Larave is a back-end framework that provides all the functions needed to build modern Web applications, such as routing, authentication, caching, queues, file storage, and so on. But

Published by Xueyuan Jun 1 year ago    Number of views: 4047    Number of likes: 0

Build list components based on subcomponents and realize view mode switching function

Vue.js Introduction to Practical Tutorial Component actual combat

In the last tutorial, Mr. Xuejun showed you how to split the article publishing form component into multiple subcomponents, and then build a login form based on these subcomponents. Today, let's look at how to build an article based on subcomponents

Published by Xueyuan Jun 3 years ago    Views: 3247    Number of likes: 1

HTTP test

Larravel 8 Chinese Document Test series

brief introduction Laravel provides streaming APIs for generating HTTP requests and testing output. For example, let's take a look at the test example provided by Laravel: ...

Published by Xueyuan Jun 3 years ago    Views: 5193    Number of likes: 1

paging

Larravel 8 Chinese Document Database operation

brief introduction In other frameworks, pagination can be a very painful thing, and Laravel makes it simple and easy to start. Larave's pager, query builder and

Published by Xueyuan Jun 3 years ago    Views: 13266    Number of likes: 4

Expansion package development

Larravel 8 Chinese Document Advanced series

brief introduction Expansion packs are the main way to add additional functionality to Larvel. The expansion package can provide any function, ranging from the processing date such as Carbon to the whole BDD

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

mail

Larravel 8 Chinese Document Advanced series

brief introduction Larave provides a set of clean and refreshing mail APIs based on SwiftMailer library. Larave is SMTP, Mailg

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

Blade template engine

Larravel 8 Chinese Document Basic components

brief introduction Blade is a very simple but powerful template engine provided by Laravel. Different from other popular PHP template engines, Blade is in the view

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

view

Larravel 8 Chinese Document Basic components

Create View Note: Want to know how to write a Blade template? Please check the Blade documentation first. The view contains the applied HTML code and will apply

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

response

Larravel 8 Chinese Document Basic components

Create Response String&Array All routes and controllers will return a response sent to the user's browser after processing the business logic. Laravel provides

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

route

Larravel 8 Chinese Document Basic components

Getting Started with Routing Basic use The most basic Laravel route only receives a URI and a closure, and provides a very simple and elegant Route definition for

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