holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for Laravel packages, with conventions for names and code across several development areas.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for Laravel packages, with conventions for names and code across several development areas.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for building Laravel packages, which are reusable extensions for Laravel applications. It covers package structure, code style, helper functions, type safety, editor suggestions, and documentation.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for organising a Laravel package, a reusable extension for Laravel applications.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for testing and documenting a Laravel package, a reusable extension for Laravel applications.
holtwood/awesome-cursorrules-zh
Cursor rule
A writing guide for the README.md file that documents a Laravel package. It covers the package overview, Composer installation, configuration, usage examples, testing, contributions, licensing, and optional change history.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of Django rules for handling forms and model forms, which are web forms connected to database models. It covers validation and where to place form-related business logic.
holtwood/awesome-cursorrules-zh
Cursor rule
Guidelines for using Django middleware to handle shared web tasks such as authentication, logging, caching, and security. Middleware is code that runs around web requests and responses.
holtwood/awesome-cursorrules-zh
Cursor rule
A small set of rules for Django models, the Python framework's definitions of database-backed data. It also guides how Django code should access and validate that data.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules for Django REST Framework, a Django toolkit for building web APIs. It covers serializers that turn data into JSON responses, while Django templates render HTML pages.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of Django project configuration rules listing common dependencies and conventions. Django is a Python web framework, while Django REST Framework helps build APIs; Celery handles background jobs, and Redis can provide caching and task queues.
holtwood/awesome-cursorrules-zh
Cursor rule
Guidelines for using Django’s template system to turn data into HTML pages, with Django REST Framework serializers for JSON responses.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules for defining clear, REST-style URL patterns in Django, a Python web framework. The rules are intended for the project’s URL configuration file, usually called urls.py.