This repository contains the Markdown source files for Laravel Tips published at mrpunyapal.dev/tips.
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.
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.
Explore engineering tips directly in the repository by category:
- Laravel
- PHP
- Pest PHP
- Filament
- JavaScript
- CSS
- Git
- MySQL
- Tailwind CSS
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.
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.
MIT License.