Tips
#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:
- Laravel (44)
- PHP (10)
- Git (6)
- CSS (2)
- Livewire (2)
- MySQL (1)
- Pest PHP (1)
#Contributing
Contributions are welcome. If you have an idiomatic tip or fix to share:
- Fork this repository.
- Create a new
.mdfile inside the appropriatecontent/<category>/<subcategory>/directory. - 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" ---
- 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.