Larachat
A community for PHP and Lavarel lovers! A powerful community to integrate, collaborate, and develop.
LaraChat Articles - AI Llamas Many PHP developers spend far too much time crafting responsive email templates for applications. Maybe you’re like me, and you give in and use whatever layout Laravel offers out of the box. Though this can be a quick win, it’s rarely going to satisfy a client’s custom desires.
LaraChat Articles - Use HTMX to Create Laravel Single-Page Apps Without Writing JavaScript Sometimes, the landscape of front-end development can seem overwhelming. Should I use React? Svelte? Livewire? Vue? And TypeScript? And a state manager, and maybe a meta-framework? Transpilers, bundlers, minifiers, and... hey, what is Bun?
LaraChat Articles - WeakMaps, a hidden gem in PHP We're working on a prominent new feature for Flare in the coming months. I hope to share more information about it in the coming weeks, but for now, we're going to keep it a secret. We're rewriting the internals of some of the Flare packages for this feature, which led to a problem.
Full Stack Laravel/React Developer: New Job Posted: https://larachat.co/careers/full-stack-laravelreact-developer-speakology-ai
LaraChat Articles - Mastering Programming This was one of those posts that I threw together, thought nothing of, & then it blew up. Until recently this was my most-read post ever. From years [decades] of watching master programmers, I have observed certain common patterns in their workflows.
LaraChat Articles - Lessons from Open Source Software This whole post is a response to From Contributor to Maintainer: Lessons from Open Source Software by . We already had a short chat on Twitter but I think that it's worth its own post.
LaraChat Articles - Marketing an ebook with the 4Ps This post is part of a series of posts about making and promoting an author website. I have seen a lot of threads from indie authors asking for advice with marketing their ebook.
LaraChat Articles - Leaving Twitter That's the amount of times I instinctively wrote "twitter.com" in Chrome's URL bar today. Five times I saw the login screen instead of my home feed, and five times I was reminded about the decision I made last night.
We are looking for a Laravel Development Tech Lead: New Job Posted: https://larachat.co/careers/we-are-looking-for-a-laravel-development-tech-lead-tinyurl
LaraChat Job - We are looking for a Laravel Development Tech Lead
LaraChat Articles - From Contributor to Maintainer: Lessons from Open Source Software Since I started focusing on contributions to open-source projects a few years ago, I’ve opened and had merged hundreds of Pull Requests. This article outlines some of the lessons I've learned from contributing to, authoring, and maintaining popular open-source projects.
LaraChat Articles - Elan Ullendorff: "Modularity is inversely correlated to expressiveness From Escape the Algorithm. When we create a contract or a pattern, there are gains in familiarity, modularity, and composability, but it's a lossy translation.
Senior Full Stack Developer: New Job Posted: https://larachat.co/careers/senior-full-stack-developer-knot
Full Stack Developer (Mid-Level/Senior): New Job Posted: https://larachat.co/careers/full-stack-developer-mid-levelsenior-strategic-dx
LaraChat Articles - Be a content consumer for once I've been burning out for a long time.
Senior Software Engineer: New Job Posted: https://larachat.co/careers/senior-software-engineer-motorola-solutions-1
Laravel/PHP Developer: New Job Posted: https://larachat.co/careers/laravelphp-developer-twotwentyseven
LaraChat Articles - Building a landing page for your book This post is part of a series of posts about making and promoting an author website. This post follows on from my last post about using your website to promote your ebooks. The first step of the article explains that you need to make a website, but didn’t go into too much detail.
Senior PHP Developer (Laravel): New Job Posted: https://larachat.co/careers/senior-php-developer-laravel-interaction-design-foundation-ixdf
LaraChat Articles - Leveraging the Power of Macros in Ray One of Ray's powerful features you might not have heard of is adding your own logic to it via macros. Macros in Ray allow you to define custom methods that can be reused throughout your application, making debugging more efficient and tailored to your needs.
LaraChat Articles - Debugging application state triggered by focus In any modern browser's element inspector, you can force an element into a :hover or :focus state to debug styling issues. Sometimes, you want to debug an issue of an element in focus with a state controlled by JavaScript.
LaraChat Articles - Laravel Http Client Overview and Monitoring Laravel HTTP client was introduced starting from version 10 of the framework, and then also made available in all previous versions. It stands out as a powerful tool for making HTTP requests and handling responses from external services.
Senior Full Stack Engineer: New Job Posted: https://larachat.co/careers/senior-full-stack-engineer-rimsys-1
LaraChat Articles - The Art of Decision-Making In a New Yorker article titled The Art of Decision-Making, Joshua Rothman explores the paradox of how we can spend a lot of energy fretting over small decisions, while the big life decisions seem to come naturally.
LaraChat Articles - spatie/pdf-to-image v3.0 This package provides an easy to work with class to convert PDF's to images. Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Product Engineer, AI (Laravel): New Job Posted: https://larachat.co/careers/product-engineer-ai-laravel-hospitable
Backend Software Engineer, PHP: New Job Posted: https://larachat.co/careers/backend-software-engineer-php-campaign-nucleus
LaraChat Articles - Using Models as Flags One thing I've been experimenting with lately, with positive results, is using models as flags. When you need to flag one of your models somehow, you might add a boolean to your table to indicate a certain status. For example, let's say you add a feature to your application for deactivating users.
LaraChat Articles - Building Laravel Error Share Last week, we released Laravel Error Share, a package to share local Laravel exceptions with a coworker or your debugging friend on the internet. We wrote all about the functionality of the package on the Flare blog.
LaraChat Articles - Introducing Laravel Error Share Earlier this month, Laravel changed the default error page from Ignition to their home-baked basic version. Today, we are releasing a new package called spatie/laravel-error-share, which brings one of Ignition's core features to the new error page: the ability to share errors.
LaraChat Articles - Laravel One to One Relationship: A Beginner’s Guide One-to-one relationships occur when one Entity in the database has an association with another record from another Entity. For example, in a company, each Staff member can have one staff ID code, and each ID Code belongs to one staff member.