Laravel Mailto

– github.com - submitted by wulfheart

Laravel-Mailto allows you to generate mailto-links with recipients, cc and bcc, subject and body. If an user clicks the link it opens the default mail editor prefilled with data. This comes in handy if you want your users to have the ability to send emails from their own client.

Read more [github.com]

Laser Stack: a multi project docker based local dev stack

– github.com - submitted by Sergio Bruder

Laser Stack is local Laravel development stack powered by docker like Laravel Sail and multi-project like Valet. Aims to be small and fast. It's opinionated: it does not support everything under the sun but you can customize the container to suit your needs. It supports macOS, WSL2 (Windows) and Linux and it needs docker. Laser has a shell script around docker-compose as an interface to it, it exposes all docker-compose commands and extends it with it's own subcommands and recognizes which project you want to use by the current directory when you call `laser artisan` for example. More on https://github.com/sdbruder/laserstack

Read more [github.com]