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.

Encrypt environment files with Padlock


Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands.
The post Encrypt environment files with Padlock appeared first on Laravel News.





Laravel Pennant


Laravel Pennant is a package created by the Laravel team that provides Feature Flags for your applications.
The post Laravel Pennant appeared first on Laravel News.





Testing JSON:API Endpoints with PestPHP


JSON:API provides many options for filtering, sorting, and including extra data into the requested data using query parameters. Testing this can be frustrating
The post Testing JSON:API Endpoints with PestPHP appeared first on Laravel News.





Use Inertia.js like a boss


The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to maintain for years to come.
The post Use Inertia.js like a boss appeared first on Laravel News.





Export Eloquent Models to JSON Files


Model JSON for Laravel is a package that allows you to easily export data from specific models in your Laravel application to JSON format.
The post Export Eloquent Models to JSON Files appeared first on Laravel News.





Laravel 10 will include a profile option to find slow tests


Laravel 10's Artisan test command, features the "--profile" option, which will allow you to easily pinpoint slow tests in your application.
The post Laravel 10 will include a profile option to find slow tests appeared first on Laravel News.





Laravel 9.51 Released


The Laravel team released 9.51 this week with a new database query count expectation, relationship builder for one/many through, HTTP URI templates, and more.
The post Laravel 9.51 Released appeared first on Laravel News.





Process Facade Coming to Laravel 10


Laravel 10, due out next week, will introduce a Process layer for Laravel. The Process service makes testing and running CLI processes a dream to work with.
The post Process Facade Coming to Laravel 10 appeared first on Laravel News.