News


06/10/2021 - 02:00

QRCode (kjua) Extension for Yii 2

  1. Installation
  2. Usage
  3. Attributes List

This extension provides a kjua QR Code widget for Yii framework 2.0.
The kjua library is provided by github/lrsjng.





06/09/2021 - 19:01

If you’ve looked at the Angular roadmap recently, you’d see that one of the major focuses of the Components team this year is accessibility. The outcome is better, more accessible components.This work will all come with no change required for application developers, ng update will deliver more accessible Angular Material experiences out of the box.





06/09/2021 - 14:24


Today is officially the tenth birthday of the first beta release of Laravel and we've come a long way in those ten years.
The post Laravel is 10 years old! appeared first on Laravel News.





06/09/2021 - 04:47

WordPress 5.8 Beta 1 is now available for testing!

This software is still in development, so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.

You can test the WordPress 5.8 Beta 1 in two ways:





06/08/2021 - 02:08


Laravel Maps is a package to easily create maps using Leaflet.js or Google Maps and Blade components.
The post Use Leaflet.js and Google Maps Blade Components in Laravel appeared first on Laravel News.





06/07/2021 - 18:26

We're super pleased to announce that we are going to present the SymfonyWorld Online 2021 Summer Edition conference schedule twice per day. Meaning that you'll be able to follow the entire live conference twice per day no matter where you live in the world. Each day, the first conference schedule will start at 9:45 am UTC+2 with the opening session followed by the opening Keynote, then the exact same schedule will be repeated all over again from 4:45 pm UTC+2.





06/07/2021 - 18:04


Getting to know the new component in Inertia.js
The post Say Hello to the Inertia Head Component appeared first on Laravel News.





06/07/2021 - 16:06

First version of yiisoft/rate-limiter package was released.
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
For example, you may want to limit the API usage of each user to be at most 100 API calls within a period of 10 minutes. If too many requests are received from a user within the stated period of the time, a response with status code 429 (meaning "Too Many Requests") should be returned.