Skip to content
← Back to projects

Tips

Collection of tips (mostly Laravel) contributed by community.

#Laravel Tips

This repository contains the Markdown source files for Laravel Tips published at mrpunyapal.dev/tips.

#Website

Published interactive version: https://mrpunyapal.dev/tips RSS Feed: https://mrpunyapal.dev/tips/feed.xml

The website is statically generated directly from the Markdown files maintained in this repository.

#What You'll Find

Practical, bite-sized engineering tips covering Laravel, PHP, and the wider ecosystem. Topics include Eloquent, Livewire, Flux, Filament, testing with Pest PHP, queues, performance optimization, validation, APIs, and everyday developer workflows.

#Category & Subcategory Directory Index

Explore 66 engineering tips directly in the repository by category:

#Contributing

Contributions are welcome. If you have an idiomatic tip or fix to share:

  1. Fork this repository.
  2. Create a new .md file inside the appropriate content/<category>/<subcategory>/ directory.
  3. Include the standard YAML frontmatter at the top of the file:
---
category: "Laravel"
subcategory: "Eloquent"
tags: ["Laravel", "Eloquent"]
date: "YYYY-MM-DD"
author: "Your Name"
author_url: "https://x.com/yourhandle"
---
  1. Open a Pull Request explaining the tip and what problem it solves.

#Writing Tips

Keep tips focused and practical:

  • Focus on one clear idea or solution.
  • Provide concise, working code examples.
  • Explain the engineering rationale or outcome.
  • Ensure technical accuracy for Laravel and PHP developers.

#License

MIT License.

New version available.