Skip to main content

17 docs tagged with "laravel"

View All Tags

Basic Learning

To use Laravel initially, you need to install the following

Laravel Introduction

Laravel is an open source PHP web application framework launched by Taylor Otwell in 2011. It is widely welcomed by developers for its concise syntax and powerful functions. Laravel aims to make the development of web applications simpler and more efficient, and provide an elegant development experience. Its design philosophy emphasizes developer efficiency and code maintainability.

Policy

Laravel Policy does not require installation

Seeder

Laravel seeder It is to create SQL in virtual user data, which can help programmers test projects well.