News


11/04/2021 - 02:49


Laravel World is a package providing a list of the countries, states, cities, currencies, and timezones.
The post Provide Country and Other Locale Data in Laravel appeared first on Laravel News.





11/04/2021 - 02:01

The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScript compiler (called tsc) and extends the process of compiling TypeScript code to add additional code generation related to Angular’s capabilities.Angular’s compiler serves as a bridge between developer experience and run time performance: Angular users author applications against an ergonomic, decorator-based API, and ngc translates this code into more efficient runtime instructions.





11/02/2021 - 22:36


The Laravel team released 8.69 with enum model casts, an enum validation rule, mask() method for Str and Stringable, and the latest changes in the v8.x branch.
The post Laravel 8.69 Released appeared first on Laravel News.





11/02/2021 - 15:47

In the past weeks, we've announced the first, the second and the third
round of speakers (and the





11/02/2021 - 11:47

Symfony 5.4 and Symfony 6.0 will be released simultaneously at the end of
November 2021. According to the Symfony release process, both versions will
have the same features, but Symfony 6.0 won't include any deprecated features.





11/02/2021 - 11:44

As announced at the end of September, Symfony Flex is Going Serverless.





11/02/2021 - 04:26


Larastan released v1.0, a package to help analyze Laravel application code.
The post Larastan v1.0 Released appeared first on Laravel News.