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.

Build Typescript Interfaces for Laravel Models


Laravel Typescript is a package that lets you generate TypeScript interfaces from your Laravel models.
The post Build Typescript Interfaces for Laravel Models appeared first on Laravel News.





Laracon Online Summer 2021


Laracon Online is coming back to you live on September 1st, 2021! No hotels, no airfare, just signup and spend the day watching some of the best speakers right from your computer.
The post Laracon Online Summer 2021 appeared first on Laravel News.





Laravel Prose Linter


Laravel Prose Linter is a package that provides syntax-aware proofreading for your Laravel application.
The post Laravel Prose Linter appeared first on Laravel News.





Laravel Stats: Track Application Stats and Their Change Over Time


Laravel Stats is a package by Spatie to easily track application stats like orders, subscriptions, and users, and their change over time.
The post Laravel Stats: Track Application Stats and Their Change Over Time appeared first on Laravel News.





Laravel 8.51 Released


The Laravel team released 8.51 with stack traces included in failed HTTP tests, and a new blade directive to render a CSS class string dynamically.
The post Laravel 8.51 Released appeared first on Laravel News.





The Laravel Docs now supports dark mode


The official Laravel documentation now includes a dark mode.
The post The Laravel Docs now supports dark mode appeared first on Laravel News.





The State of Laravel Survey


Participate in a community-driven annual, State of Laravel survey today.
The post The State of Laravel Survey appeared first on Laravel News.





A look at what is coming to Laravel 9


Laravel v9 will be the next LTS version of Laravel and it will be coming out sometime in early 2022. In this post, we wanted to outline all the new features and changes that have been announced so far.
The post A look at what is coming to Laravel 9 appeared first on Laravel News.





A Flat-File Database Driver for Eloquent


Orbit is a flat-file database driver for Eloquent by Ryan Chandler.
The post A Flat-File Database Driver for Eloquent appeared first on Laravel News.





Blade Component to Render Markdown in Laravel


Laravel Markdown is a highly configurable markdown renderer and Blade component by the folks at Spatie.
The post Blade Component to Render Markdown in Laravel appeared first on Laravel News.