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.

Migrator is a GUI Migration Manager for Laravel


Migrator is a GUI migration manager for Laravel in which you can create, migrate, delete, and roll back your migrations.
The post Migrator is a GUI Migration Manager for Laravel appeared first on Laravel News.





SymfonyLive Paris 2022 : l'inscription early bird se termine le 10 janvier 2022

A week left to enjoy the early bird registration for SymfonyLive Paris 2022 conference organized on April 7-8 2022. Join us for a week of Symfony in French: 2-day workshops and 2-day conference!





Ember 4.1 Released

Today the Ember project is releasing version 4.1 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.2 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here:





[news] Config 1.1.0

Config package got a minor version.
It introduces ConfigInterface that is allowing one to customize the process of obtaining configs:





Our top 10 Laravel Tutorials of 2021


Take a look at our top 10 Laravel Tutorials from 2021.
The post Our top 10 Laravel Tutorials of 2021 appeared first on Laravel News.





Announcing the open-sourcing of the Symfony CLI

As announced during SymfonyWorld, the Symfony CLI code is now Open-Source. You can find the code on Github.
The code that I open-sourced today has evolved a lot since the fork from the proprietary code. The main differences are the following:





Creating Your Own PHP Helpers in a Laravel Project

Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function.