News


07/08/2021 - 04:36


The Auto Routes package for Laravel is generates routes from a controller using auto-discovery.
The post Laravel Auto Routes Package appeared first on Laravel News.





07/07/2021 - 04:37


Model Stats for Laravel is a package that gives you a statistics dashboard for your Laravel application.
The post Build UI Dashboards For Your Laravel Models appeared first on Laravel News.





07/06/2021 - 14:10


The PHP League commonmark Markdown v2.0.0 is in beta with a stable release due next month. See how you can help test the upcoming release.
The post Commonmark Markdown Parser v2.0 Beta 3 Released appeared first on Laravel News.





07/06/2021 - 02:00

First version of email log target package was released.
This package provides the email target for the yiisoft/log allowing to send logs via email.





07/06/2021 - 02:00

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





07/06/2021 - 02:00

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





07/06/2021 - 00:23

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





07/05/2021 - 23:43

First version of View package is released. This library provides templates rendering abstraction supporting layout-view-subview hierarchy, custom renderers with PHP-based as default and more. It is used in Yii Framework 3 but is supposed to be usable separately.
PHP templates look like the following: