Laravel Metadata
CATEGORY: PHP
Laravel Metadata is a lightweight PHP package that helps you to handle extra data on your models without adding any new fields on your database table. GitHub Repository PHP Packagist ...
Laravel Metadata is a lightweight PHP package that helps you to handle extra data on your models without adding any new fields on your database table. GitHub Repository PHP Packagist ...
What is the fluent api? How to apply this design pattern in PHP? How to call a method both statically and not? Let's discover it!