Warning
This is very experimental, in fact it's nothing more than a proof of concept. So please refrain from reporting any bugs or feature requests. But feel free to look around and ask questions for educational purposes.
LSS (Laravel Solid Server) is a Solid server built with Laravel.
Currently, it's just a proof of concept and it doesn't support most of the hairy stuff (ACLs, content negotiation, etc.). But the basic CRUD operations and authentication are implemented, and it already works with a couple of apps like Ramen and Focus.
Furthermore, my initial motivation to start tinkering with this was to see how hard it would be to implement a Solid Server that uses external Cloud providers for storage (such as Nextcloud, Dropbox, Google Drive, etc.). And I'm glad to say that I got it working in a couple of days. Again, it still needs a lot of work to be ready for production, but I'm hopeful that it may be easier than I thought... We'll see.