Best of PHPJune 2022

  1. 1
    Article
    Avatar of lnLaravel News·4y

    Laravel Pint

    Laravel Pint is an open source PHP code style fixer for minimalists. Built on top of PHP-CS-Fixer, it will automatically test and fix your code style based off of a preset. With no configuration, no set up, no thought or effort - my project is instantly assessed for PSR-12 styling.

  2. 2
    Article
    Avatar of changelogChangelog·4y

    laravel/pint: Laravel Pint is a minimalist code style fixer for PHP.

    Laravel Pint is a zero-dependency PHP code style fixer for minimalists. It is built on top of PHP-CS-Fixer. Pint makes it simple to ensure that your code style stays clean and consistent. It requires PHP 8.0+. You may use Composer to install Pint into your PHP project.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    PHP Array – How to Use Arrays in Your PHP Projects

    An array is a special variable that we use to store or hold more than one value in a single variable. By default, an array of any variable starts with the 0 index, so whenever you want to call the first value of an array you start with 0 then the next is 1 ...and so on. There are different types of arrays in PHP: Numerical/Indexed Arrays, Associative Arrays and Multidimensional Arrays.

  4. 4
    Article
    Avatar of devdojoDevDojo·4y

    How To Optimize Laravel for Performance

    Laravel is a popular open-source PHP framework that’s known for its robust security and simple yet sophisticated coding architecture. With over a million websites powered by Laravel, Google pushes the importance of website speed. This article will go over several important tips, each with step-by-step guides to optimize your Laravel website.