News


10/27/2021 - 04:53


The Laravel team released 8.68 with new TestResponse dd() methods, more PHP 8.1 fixes, a "has any" JSON assertion and the latest changes in the v8.x branch.
The post Laravel 8.68 Released appeared first on Laravel News.





10/26/2021 - 19:19

Check out how Team Suaveware developed Arvri, an educational content hub powered by communities, to earn second place in our 2021 Meteor Hackathon.Arvri is an educational content repository powered by its community.When we set the rules for our 2021 Meteor Hackathon, we thought it would be a challenge to create an impactful, deployable app in six days with just five team members.





10/26/2021 - 18:14

Node v22.10.0 (Current)





10/26/2021 - 18:14

Node v20.4.0 (Current)





10/26/2021 - 18:05

In the past weeks we've announced the first and the second round of speakers,
and the workshops of the upcoming





10/26/2021 - 14:18

We will do live coding workshop for 2 days with core developers in Duisburg.
Together with the wireless keyboard we will learn about Symfony entities in Shopware plugin, PHPUnit integration tests, headless API in Sylius and Codeception testing.
See the event page for more details.





10/26/2021 - 06:15


Laravel Soft Deletes Parent is a package that soft deletes child models when a parent model is soft-deleted.
The post Soft Delete Child Models When a Parent is Deleted appeared first on Laravel News.





10/26/2021 - 02:00

Version 4.0.0 of View package is released. In this version:

  • Added ViewInterface that View and WebView implement.
  • Improved exception message on getting not exist block or parameter in View and WebView.
  • We flush currently being rendered view files on context change now via View::withContext() or WebView::withContext().