Best of Laravel — April 2023
- 1
- 2
Medium·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
Laravel 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
Java 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
- 6
- 7
Laravel 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
Medium·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
JetBrains·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.