Label: Blade

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

Resource packaging (Vite)

Larravel 10 Chinese Document Basic components

introduce Vite is a modern front-end construction tool, which provides an extremely fast development environment and packages your code as production ready assets. When using Larave

Published by Xueyuan Jun 1 year ago    Views: 3915    Number of likes: 0

Blade template

Larravel 10 Chinese Document Basic components

introduce Blade is a simple and powerful template engine that comes with Laravel. Unlike some PHP template engines, Blade does not restrict your use in templates

Published by Xueyuan Jun 1 year ago    Views: 2511    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: 2065    Number of likes: 0

Starter Kit

Larravel 10 Chinese Document quick get start

introduce In order to give you a quick start when building new Laravel applications, we are pleased to provide a certification and application starter kit. These kits will automatically be used by your

Published by Xueyuan Jun 1 year ago    Views: 3738    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    Views: 3984    Number of likes: 0

Implementation of article publishing, editing and browsing functions based on Larravel+Vue components

Vue.js Introduction to Practical Tutorial Component actual combat

In the previous several tutorials, we have successively implemented Vue forms, lists and Larave back-end interfaces. Today, we will get through this series of decentralized independent function modules to achieve the article list

Published by Xueyuan Jun 3 years ago    Number of views: 3315    Number of likes: 1

Write form components based on the Livewire+Blade technology stack provided by Laravel Jetstream

Vue.js Introduction to Practical Tutorial Component actual combat

About Livewire In the last tutorial, you introduced the Jetstream expansion package newly introduced by Laravel 8, and mentioned that the expansion package is open

Published by Xueyuan Jun 3 years ago    Number of views: 7442    Number of likes: 1

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

Send Ajax request through Axios to obtain interface data and render Vue component

Vue.js Introduction to Practical Tutorial Getting Started with Components

So far, the Vue components we have written are pure front-end static code, and do not involve obtaining data from the back-end interface for dynamic rendering. In the actual project development, the front and rear ends are usually combined

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

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    Number of views: 5643    Number of likes: 1

Blade template

Larravel 7 Chinese Document Front end development

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 4 years ago    Number of views: 9516    Number of likes: 1

view

Larravel 7 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 4 years ago    Views: 5615    Number of likes: 0

Multiple inheritance of larravel blade template

Q&A

1. Suppose I have three pages: test, test1, and test2. The inheritance relationship is test<- test1<- test2 2.t...

Created by Complicated 5 years ago    Views: 3458    Number of answers: 0