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.

Remove Sensitive Information from Laravel Apps


Laravel Scrubber is a package to scrub sensitive information that breaks operational security policies from being leaked on accident or not by developers
The post Remove Sensitive Information from Laravel Apps appeared first on Laravel News.





Database Job Chains for Laravel


Laravel Haystack is a package for beautifully simple but powerful database-driven job chains.
The post Database Job Chains for Laravel appeared first on Laravel News.





Laravel 9.28 Released


The Laravel team released 9.28 with console signal traps, test view data assertions, prevent silently discarding fillable values, and more.
The post Laravel 9.28 Released appeared first on Laravel News.





Behavioural Driven Development in Laravel


BDD or Behavioural Driven Development is a popular testing approach in many organizations and has a proven track record for uniting testing efforts in teams.
The post Behavioural Driven Development in Laravel appeared first on Laravel News.





From idea, to blog, to live without leaving your IDE


Content management is a very opinionated topic, and everyone has their favorite platform they like to use.
The post From idea, to blog, to live without leaving your IDE appeared first on Laravel News.





Mail SPF Checker for Laravel


The Laravel Mail SPF Checker is a package to check if you can send an e-mail through a given mail server in the name of a given e-mail address.
The post Mail SPF Checker for Laravel appeared first on Laravel News.





Beautiful Log Viewer for Laravel


Laravel Log Viewer is a fast and beautiful Log Viewer written by Arunas Skirius.
The post Beautiful Log Viewer for Laravel appeared first on Laravel News.





Working with OS process in PHP


Sometimes you need to work with OS-level commands from your PHP application. Let's look at how we can do this and see if we can make the DX nicer.
The post Working with OS process in PHP appeared first on Laravel News.