Sending summary of unread notifications in Laravel

In an application I'm developing, users submit their observations of animals, plants or fungi, usually accompanied by photos, that either they or curators of certain groups identify. If all is well, curators approve the users' observations and users get...

Read more »

Real-Time Facades in Laravel

Real-time facades is a feature introduced in Laravel 5.4. It is a simple way to create Laravel facades quickly, without needing to write the actual facade class, by prefixing the namespace of the class we want to resolve out of container with...

Read more »