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.

Laravel Nova gets a fresh new website

Laravel Nova is a beautifully-designed administration panel for Laravel. Carefully crafted by the creators of Laravel, and they just launched a brand new website with a fresh design.





Laravel Forums Package: Waterhole

Waterhole is a Laravel powered forum or discussion platform that gives life to vibrant online communities for brands, creators, and teams. It's built with Laravel v10 and MySQL 8, so Laravel developers will feel at home configuring and customizing the application.





Laravel Pulse is a health and performance monitoring tool for your Laravel applications

Laravel Pulse delivers at-a-glance insights into your application's performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more. It's free, open source, and ready for extension.





7 Tips for Adding a Second Server to your App

Adding a second server to your app can be a great way to improve your app's performance and/or increase its reliability. However, there are a couple of things you need to keep in mind when adding a second server.





Mailcoach now includes split testing, MJML, Livewire 3 support, and much more

Mailcoach, the email marketing platform by Spatie just announced a new version that includes split testing, MJML support, Livewire 3, data tables, and more.





Laravel Attributes Package

If you ever need to create attributes on a model, the Laravel Attributes package is designed to make this easy.
To give you an example of attributes, pretend you have an e-commerce store and want to associate technical details with a product. With this package, you can do it like this:





Nginx Configuration for old Forge servers

Caleb Porzio recently tweeted, asking for assistance in mitigating an attack he was seeing on the Laravel Livewire documentation site. You can find that tweet here.





The history of Laravel's dd function

Nuno Maduro has a new video showing the history of Laravel's dd helper.