PHP/Laravel – Weekly News Summary – 01/04/2024 to 07/04/2024
#Laravel News Creating Your Own PHP Helpers in a Laravel Project Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among…#Laravel Tutorials #Helpers By Paul Redmond | Apr 01, 2024 Event sourcing in Laravel with the Verbs package Verbs is an event sourcing package for Laravel#Laravel Packages By Eric L. Barnes | Apr 02, 2024 A Package to Generate Custom Stubs in Laravel Laravel Stub is a package that aims to enhance your development workflow in Laravel by providing a set of customizable stubs.#Laravel Packages By Paul Redmond | Apr 01, 2024 Use the New Fluent Helper to Work With Multi-dimensional Arrays in Laravel 11.2 This week, the Laravel team released v11.2, which includes a fluent() support helper, a context() helper, improved handling of a missing database duri…#News #Releases By Paul Redmond | Apr 03, 2024 Create Preview Deployments on Forge with Laravel Harbor Laravel Harbor is a CLI tool that allows you to quickly create on-demand preview environments for your app on Laravel Forge. Learn how to automaticall…#News By Paul Redmond | Apr 03, 2024 Easily Optimize PDFs in Laravel with the Optimizer Package This PDF Optimizer package for PHP and Laravel applications for effortless optimization and compression of PDF files.#Laravel Packages By Paul Redmond | Apr 05, 2024 #Freek Dev Ignition and Flare can now display Laravel 11's context Ignition got a little bit better again. By Spatie | Apr 03, 2024 #Made with Laravel Laravel Auth0 – Laravel SDK for Auth0 Authentication & Management APIs "The Auth0 Laravel SDK is a PHP package that integrates Auth0 into your Laravel application. It includes no-code user authentication, extensive Management API support, permission-based routing access control, and more."#API By – | Apr 02, 2024 Laravel Ticket – Ticket System "The Laravel Ticket package offers a backend API for a ticket system. It delivers a table structure for tickets, messages, labels and categories as well as API methods to handle your ticket's status, relationships and scopes."#API By – | Apr 02, 2024 #Mastering Laravel How to troubleshoot S3 filesystem issues Silent failures are the worst By Joel Clermont | Apr 01, 2024 Partial mocks don't run constructors At least by default… By Joel Clermont | Apr 02, 2024 A better way to schedule commands Avoid magic strings By Joel Clermont | Apr 03, 2024 How would you test code that uses the `old()` helper? And why you might want to By Joel Clermont | Apr 04, 2024 Avoid unnecessary work when querying relationships Keep your database happy By Joel Clermont | Apr 05, 2024 #Dev.to Help please, Problem with Logout #laravel #react #programming #axios By Alejandro Reyes | Apr 01, 2024 Deploying a Laravel site on Shared Hosting Subdomain #webdev #laravel #php #beginners By Sospeter Mongare | Apr 01, 2024 Autopreenchimento de campos no FilamentPHP usando API #php #laravel #filamentphp #api By Adryanne Kelly | Apr 02, 2024 A guide to soft deletes in Laravel #php #laravel By Honeybadger Staff | Apr 02, 2024 Mastering File and Folder Permissions in Laravel Applications #webdev #linux #laravel #aws By Imran Pollob | Apr 02, 2024 How to set up a server with Vultr #php #laravel #webdev #vultr By Mike Barlow | Apr 03, 2024 Stay Updated with PHP/Laravel: Weekly News Summary (25/03/2024–31/03/2024) #laravel #php By Poovarasu | Apr 02, 2024 Laravel Reverb: make a chatbox component for your site! #laravel #php By Omar Malas | Apr 04, 2024 Use React.js with Laravel. Build a Tasklist app #laravel #react #vite #boolfalse By boolfalse | Apr 04, 2024 What’s New in Laravel 11? #laravel #php #eloquent #webdev By Sandro Jhuliano Cagara | Apr 04, 2024 Laravel Testing: Mocking static methods with the container #laravel #php #testing #tdd By Peter Fox | Apr 01, 2024 Mastering Global Functions in Laravel: Easy Methods for Versions 8,9,10,11. #laravel #php #programming #webdev By Iwobi Okwudili Frank | Apr 04, 2024 Real-Time Chat App with Laravel Reverb #laravel #reverb #react #boolfalse By boolfalse | Apr 05, 2024 5 Websites for Free Laravel Templates #html #css #laravel #php By Devluc | Apr 05, 2024 Laravel Sanctum Authentication for Mixed Access Routes – Optional Authentication #laravel By Leonel Elimpe | Apr 05, 2024 5 Must Laravel Packages For 2024 #laravel #package By Robin Dev | Apr 03, 2024 Laravel Telescope com inertia #laravel #telescope #inertia #vue By Jorge Nunes | Apr 06, 2024 How to add Tailwind prose to Laravel Breeze #tailwindcss #laravel #php By CodeWithCaen | Apr 06, 2024 Introducing Windowlight – Create world-class code screenshots online #webdev #laravel #showdev #tutorial By CodeWithCaen | Apr 06, 2024 Use Migration, Factory , Seeder In Laravel 10 #webdev #laravel #php #programming By Hòa Nguyễn Coder | Apr 06, 2024 Install JWT(Json Web Token) in Laravel 10 #webdev #laravel #codereview #php By Hòa Nguyễn Coder | Apr 06, 2024 Add a Service Provider in Laravel 10 #webdev #laravel #php #programming By Hòa Nguyễn Coder | Apr 06, 2024 Create a re-useable Mailing Code in Laravel #laravel #php By Muhamad Sulaiman | Apr 06, 2024 Social Login with Laravel Socialite (Google , facebook , github) #laravel #backend By ashrakt | Apr 06, 2024 #IT Solution Stuff Laravel 11 Select2 Ajax Autocomplete Search Example In this post, I will show you Select2 AJAX autocomplete search in a Laravel 11 application. In this example, we will download the fresh Laravel 11 app and run migration for creating the users table. …..#Laravel By Hardik Savani | Apr 01, 2024 Laravel 11 Get Client IP Address Example In this article, I will show you how to get client ip address in laravel 11 application. There are several ways to get an IP address in a Laravel 11 application. We will use the `request()` helper, `…..#Laravel By Hardik Savani | Apr 01, 2024 Laravel 11 Flash Message Example Tutorial In this example, I would like to show you how to add flash messages in Laravel 11 application. We will use Bootstrap 5 alert for flash messages like