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.

Fast Paginate for Laravel


Laravel Fast Paginate is a fast implementation of offset/limit pagination for Laravel by Aaron Francis
The post Fast Paginate for Laravel appeared first on Laravel News.





Encrypt and Decrypt Eloquent Model Fields in Laravel Apps


Laravel Ciphersweet is a package to integrate searchable field-level encryption in Laravel applications.
The post Encrypt and Decrypt Eloquent Model Fields in Laravel Apps appeared first on Laravel News.





Laravel A/B Testing and Feature Flag Package


The Laravel A/B Test package helps you quickly set up A/B tests and feature flags in a Laravel app.
The post Laravel A/B Testing and Feature Flag Package appeared first on Laravel News.





The State of Laravel Survey 2022


Laravel celebrated its 10th anniversary last year. Today it is the most popular PHP framework used by thousands of developers every day.
The post The State of Laravel Survey 2022 appeared first on Laravel News.





Speed up your CI builds with Airdrop


Airdrop for Laravel is a package that speeds up your code deploys by skipping your asset build step whenever possible.
The post Speed up your CI builds with Airdrop appeared first on Laravel News.





Moving your Laravel App from Webpack to Vite


If you have an existing app and want to start using Vite today, here is a list of resources to help you get migrated.
The post Moving your Laravel App from Webpack to Vite appeared first on Laravel News.





A Package for Onboarding Users in Laravel Apps


Laravel Onboard is a Laravel package to help track user onboarding steps created by Spatie.
The post A Package for Onboarding Users in Laravel Apps appeared first on Laravel News.





Simple Comments Package for Laravel


The Laravel Comments package by Ryan Chandler is a dead-simple package for adding comments to models in Laravel.
The post Simple Comments Package for Laravel appeared first on Laravel News.