Best of PHPMay 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Gowithphp.com

    A post that discusses the advantages of using PHP for web development.

  2. 2
    Article
    Avatar of laravelbytesLaravel Bytes·3y

    Full Stack Laravel

    Fly ship a Laravel app on Fly.io in just a couple of minutes. You can use fly launch to get you up and running quickly with Laravel. Let's use Laravel Breeze to quickly scaffold auth into our app. We'll want our application to talk to Redis, which means other services can reach the Redis service using hostname.

  3. 3
    Article
    Avatar of keycdnkeycdn·3y

    Improving PHP Performance for Web Applications

    The best tool for improving PHP performance isn't any individual program; it's knowing which problems to look for and how to address them. Achieving optimal performance is often a balancing act that requires trade-offs between speed, accuracy, and scalability. Writing good code is the essential step to creating PHP applications that are fast and stable.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.13 Released

    Laravel team released v10.13 with database escaping functionality in Grammar, Sleep test hooks, response preparation events, and more: Hash method Günther Debrauwer contributed an method that wraps the native call, which determines if a string is already hashed. This means this method can be mocked and not locked in to the function call to determine hashing.

  5. 5
    Article
    Avatar of freekFREEK.DEV·3y

    Advanced Git Magic

    Freek Van der Herten's blog on PHP, Laravel and JavaScript Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. O, and you'll also be able to create a public status page under a minute.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Logical Operators in PHP – A Beginner's Guide

    In PHP, there are four fundamental logical operators: AND, OR, NOT, and XOR. This guide will help you understand these operators, and I'll explain how they work using code examples and practical use cases. The Logical AND Operator evaluates to true only if both of its operands are true.

  7. 7
    Article
    Avatar of phplibPHP LibHunt·3y

    Awesome PHP Weekly - Issue 365, May 18, 2023

    The Awesome PHP Weekly is a weekly overview of the most popular PHP news, articles and libraries. Follow us on Twitter @phpLibHunt and @LibHunt for the latest news and articles you saw on the site. Use the Daily Discussion to help you understand today's featured news stories.

  8. 8
    Article
    Avatar of lnLaravel News·3y

    Aaron Francis: Laravel Overview Video

    Aaron Francis has a new video out named " PHP is the future" that goes through Laravel and covers a lot of the highlights of the framework. It's easy to forget what you get free just by using the framework. If someone asks you, "Why Laravel?", send them this video.

  9. 9
    Article
    Avatar of honeybadgerHoneybadger·3y

    Real-time applications using Laravel

    Real-time applications are a great way to keep users on a site for longer periods of time. They provide an incredibly smooth experience for users interacting with your web application. In this tutorial, we will learn how to make use of real-time technologies and create incredible user experiences with the Laravel Framework.