Best of LaravelApril 2023

  1. 1
    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.

  2. 2
    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.

  3. 3
    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.

  4. 4
    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.

  5. 5
    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.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    Laravel Caching & Performance

    Learn how to manage application cache in Laravel to boost performance. Explore different cache operations, accessing multiple stores, and using tags.

  7. 7
    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.

  8. 8
    Article
    Avatar of medium_jsMedium·3y

    Laravel Eloquent Models: How to Filter by Dates like a Pro with Traits

    Learn how to create a trait in Laravel for filtering Eloquent models by dates. Avoid repeating the same logic in different models and keep your code DRY. Use the provided methods to filter records by today, yesterday, month to date, quarter to date, year to date, last 7 days, last 30 days, last quarter, and last year.

  9. 9
    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.