Best of PHPApril 2023

  1. 1
    Article
    Avatar of tshThe Software House·3y

    Web development stacks in 2023 – software trends

    Web development stack is a set of tools typically used in tandem to develop web apps. A highly specialized web stack can exist within the constraints of frontend or backend development. The most important choice is the one concerning your full development stack. Full web development stacks are abbreviated based on the technologies that comprise them.

  2. 2
    Article
    Avatar of stitcherstitcher.io·3y

    What's new in PHP 8.3

    PHP 8.3 will be released on November 23, 2023; it has improvements to readonly classes, the new function, additions to the recently added class, stack overflow detection, and more. In this post, we'll go through all features, performance improvements, changes, changes and deprecations one by one.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    PHP CRUD Rest API, using Laravel, Composer, Postgres, Docker and Docker Compose

    Learn how to create a CRUD Rest API in PHP using Laravel, Composer, Postgres, Docker, and Docker Compose. Covers prerequisites, project creation, and step-by-step coding instructions.

  4. 4
    Article
    Avatar of medium_jsMedium·3y

    Working with Laravel Repository Pattern

    The post discusses the implementation of the Repository Pattern in Laravel, which is a widely-used software design pattern that provides an abstraction layer between application code and the database. It explains the main components of the pattern and provides step-by-step instructions for implementation.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Lunar Headless E-Commerce for Laravel

    Lunar Headless E-commerce for Laravel is an open-source package that brings the power of modern headless e-commerce functionality to Laravel. Lunar also plans to provide a Storefront API that you can use to power JavaScript frontends or mobile apps via a RESTful API.

  6. 6
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    5 Popular PHP REST API Frameworks

    PHP is a server-side scripting language used for web development. It is open-source, free, and widely used for developing dynamic web pages, web applications, and web services. PHP has a vast library of functions and extensions that can be used to build complex web applications and services.

  7. 7
    Article
    Avatar of medium_jsMedium·3y

    Unlocking the Power of Laravel’s Eloquent ORM: 9 Hidden Features You Need to Know

    Discover hidden features of Laravel's Eloquent ORM that can make your code more concise, efficient, and expressive.

  8. 8
    Article
    Avatar of lnLaravel News·3y

    Send Toast Notifications in Your Livewire Application with Toaster

    Send Toast Notifications in Your Livewire Application with Toaster. Use this library to send a toast message by chaining it onto a redirect: p Lastly, you can also send toast messages from the front end. You can learn more about this package, get full installation instructions, and view the source code on GitHub.

  9. 9
    Article
    Avatar of ossOpen Source Way·3y

    Use autoloading and namespaces in PHP

    Autoloading is a way to automatically include class files of a project in your code. It only takes two steps to create an autoloader. The code is able to instantiate a class named without first having required its PHP file. As a result, the class's PHP file is automatically loaded.

  10. 10
    Article
    Avatar of jetbrainsJetBrains·3y

    PHP Annotated – April 2023

    Pest 2.0 released Pest v2 brings many new features such as retrying testing, profiling slow tests, support for the new arch plugin, and many more. The new version of PHP coding style guidelines fixes some issues as well as updates the guide for recent PHP syntax additions.