Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

View Presenter Classes for Eloquent Models


The Laravel Presentable package by Jonathan Zarate is a package to create presenter classes for Eloquent models.
The post View Presenter Classes for Eloquent Models appeared first on Laravel News.





Laravel Cashier for Openpay Billing Services


The cashier-openpay package by Pedro Perafán provides an expressive, fluent interface to subscriptions using Openpay billing services with Laravel.
The post Laravel Cashier for Openpay Billing Services appeared first on Laravel News.





Typescript with Laravel


Learn how to use Typescript interfaces with your Laravel models utilizing the Laravel Typescript package.
The post Typescript with Laravel appeared first on Laravel News.





Immutable IP Address Library For PHP


The darsyn/ip package by Zan Baldwin is an Immutable value object for IPv4 and IPv6 addresses.
The post Immutable IP Address Library For PHP appeared first on Laravel News.





Laravel Mail Export


Laravel Mail Export is a simple mailable trait and interface to export emails to a storage disk once sent.
The post Laravel Mail Export appeared first on Laravel News.





API Version Control in Laravel


API Version Control is a package by Reindert Vetter designed to manage versions of API endpoints elegantly.
The post API Version Control in Laravel appeared first on Laravel News.





Regex Helpers for Laravel


The hotmeteor/regex package is a set of ready-made regex helper methods for use in your Laravel application.
The post Regex Helpers for Laravel appeared first on Laravel News.