The Laravel team released 8.71 with a @js blade directive, declined validation rules, the ability to flush macros, and the latest changes in the v8.x branch.
The post Laravel 8.71 Released appeared first on Laravel News.
The Laravel team released 8.71 with a @js blade directive, declined validation rules, the ability to flush macros, and the latest changes in the v8.x branch.
The post Laravel 8.71 Released appeared first on Laravel News.
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.
This year, the traditional Black Friday offers for Symfony ecosystem come early.
Hurry up because they won't repeat until next year!
The laravel-cache package by Andrey Helldar provides a helper for working with cache in Laravel.
The post Laravel Cache Helper Package appeared first on Laravel News.
Mail Intercept for Laravel is a new way of testing mail by intercepting, not faking, email so we can dissect it, turn it upside down, and inspect everything.
The post Conduct better email testing with Mail Intercept appeared first on Laravel News.
In this episode, WordPress’s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week’s small list of big things.
Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
An application skeleton on top of which you can build your multi-tenant SaaS.
The post Multi-tenant SaaS boilerplate for Laravel appeared first on Laravel News.