PHP/Laravel – Weekly News Summary – 04/11/2024 to 10/11/2024
#Laravel News Laravel Solr Laravel Solr is a package that provides a seamless integration with Apache Solr, allowing Laravel developers to efficiently utilize Solr’s powerful se…#Laravel Packages By Yannick Lyn Fatt | Nov 05, 2024 Build your slide deck in Laravel with Simple Slides Simple Slides is a responsive and text-first presentation tool that engages your audience.#Laravel Packages By Eric L. Barnes | Nov 07, 2024 Laravel on any Developer Machine with Gitpod Here is my unbiased view of my experience as a developer when setting up a Gitpod Workspace for coding on a PHP and Laravel application#Sponsor By Benjamen Pyle | Nov 09, 2024 #Freek Dev Australia/Lord_Howe is the weirdest timezone Here are some examples of weird timezones By – | Nov 04, 2024 Embedding Blade inside of Markdown content Here's a neat solution by Ryan Chandler By – | Nov 05, 2024 The magic behind Laravel's new defer() helper Here's how Laravel's defer() function, which was introduced a few months ago, works behind the scenes. By – | Nov 06, 2024 Using Ray with your Pest tests By Spatie | Nov 07, 2024 #Laravel io Laravel Under The Hood – A Little Bit of Macros Hello 👋 How often have you wished for a method that doesn't exist on collections or string helpers?…#Laravel #Architecture By oussamamater | Nov 04, 2024 #Made with Laravel Wire Elements Modal – Livewire Modal Component "Wire Elements Modal is a Livewire component that provides you with a modal that supports multiple child modals while maintaining state. With the Modal component, you can turn any of your Livewire components into a modal and call the component into view throughout your entire application with just one line of code. You can control behavior for every modal: Close on escape, trap input focus, removing state on close or closing the modal when clicking the backdrop."#UI Components By – | Nov 04, 2024 QualityHive – Website Feedback & Task Management Tool "Harmonise your agency's quality control, embrace efficiency and streamline web development / QA workflow. ✨ Lighten the load and look forward to feedback ✨ QualityHive is used by a variety of different users, mainly web design / development agencies and website owners. Wave goodbye to logging tasks in not-for-purpose, expensive platforms. Embrace the efficiency of visual feedback whilst raising screenshotted and documented tasks from as little as 3.8 seconds! Here's just a few of our features we think you'd like to know about: 🪄 Device information automatically captured (OS, Dimensions, Language) 📽️ Easy video recording support 📷 Instant screenshots 🧑💻 Javascript console errors logged against tasks 🖊️ Built-in screenshot annotation support Vue.js, Ziggy, Tailwind and Laravel have been used following best practices to craft the QualityHive platform from scratch."#DevTools #App By – | Nov 05, 2024 Filament Simple Alert – Alert Component for Filament "filament-simple-alert offers a straightforward and easy-to-use alert component for your Filament application. It allows you to quickly implement customizable alert messages, enhancing the user experience by providing clear and concise notifications."#Plugins By – | Nov 09, 2024 Laravel Users – User Management Package "Laravel Users is a users management CRUD package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Easily start creating, updating, editing, and deleting users in minutes with minimal setup required."#Utility By – | Nov 09, 2024 #Hashnode Real-World Laravel Apps: Security Failures and Successes Introduction Laravel is a well-known PHP framework. Some of the factors that make it popular include its elegant syntax, documentation, community support, and powerful features. It also happens to be one of the most secure frameworks. However, like a… By Hire Remote Developers | Nov 04, 2024 Best Practices for Writing API Documentation 📚 Best Practices for Writing API Documentation API documentation is essential to an API's usability and success. Well-documented APIs significantly improve the developer experience, accelerate adoption, and cultivate a strong developer community. On th… By Coco Min | Nov 04, 2024 Laravel Livewire: What it is, and how to use it in your web app Livewire is one of the most important projects in the Laravel ecosystem specifically targeted to frontend development. Livewire v3 has been recently released, so let’s explore what Livewire is, and what kind of projects fits its architecture. The pec… By Valerio | Nov 04, 2024 Fixing "Blocked by CORS Policy" Errors in Vue.js and Laravel: A Practical Guide Have you ever run into the dreaded “CORS Policy” error when connecting your Vue.js frontend with a Laravel backend? If you’re seeing messages like: “The request client is not a secure context and the resource is in a more-private address space…” …y… By Shital Mainali | Nov 05, 2024 Laravel'de Polymorphic İlişkiler: Bayi ve Müşteri Ödeme Kayıtları Merhaba! Bugün, Laravel'de polymorphic ilişkilerin nasıl kullanılacağını ve özellikle bayi ve müşteri ödeme kayıtları üzerinde nasıl uygulanacağını inceleyeceğiz. Polymorphic ilişkiler, farklı model türlerinin birbiriyle ilişkili olmasını sağlayan gü… By Onur Evren | Nov 05, 2024 10 Best Postman Alternatives in 2024 | Free & Open Source Tools 10 Best Postman Alternatives in 2024 | Free & Open Source Tools In this article, we’ll dive deep into the top alternatives to Postman, exploring their features, advantages, and drawbacks. By the end, you'll have a solid understanding of these tools, … By Issy | Nov 05, 2024 Mastering Server-Sent Events (SSE) with Python and Go for Real-Time Data Streaming Mastering Server-Sent Events (SSE) with Python and Go for Real-Time Data Streaming 🚀 Understanding Server-Sent Events (SSE): Real-Time Data Streaming from Server to Client 🕒📡 In today's interactive web applications, real-time data updates play a c… By Xin | Nov 05, 2024 PHP Cheat Sheet Here's a PHP cheat sheet covering the essentials: Basic Syntax Echo / Print: echo "Hello, World!"; print "Hello, World!"; Variables: $variable = "Hello!"; Comments: // Single-line comment # Single-line comment /* Multi-line co… By David Gostin | Nov 05, 2024 Understanding Laravel Queues: A Beginner's Guide What is a Queue? In a typical