Repository Design pattern in Laravel

October 27, 2020 By arifpavel
Repository Pattern

The Repository Design Pattern There’s an alternative approach to development that abstracts some calls into PHP classes called Repositories. The idea is that we can decouple models from controllers and assign readable names to complicated queries. We’re going to refactor our app to use the Repository Pattern. The first step is to create a file […]

New in Laravel 8

October 27, 2020 By arifpavel
Laravel 8

Laravel 8 officially released on 8th September 2020. The laravel team releases new Laravel version in every 6-month interval with major changes. As Laravel 8 Non-LTS (general version), the Laravel 8 will provide 6 months bug fixes until March 8, 2021, and 1-year security fixes until 8 September 2021. In Laravel 8, we will get […]

← Prev
Page 2 of 2
Next →