I am currently working on a self-hosted fundraising/crowdfunding application built with TALL stack and powered by Stripe. We are aiming to make it open source. I'm curious - is this something that would be of interest to anyone?
Lukas Heller
@lpheller
I code and break things. Mostly Laravel-based apps - with a touch of Vue.js and some Golang projects.
• • 58 Posts • 122 Views
StartSession needs to be applied to get access to the session. This middleware is part of the 'web' middleware stack by default. Therefore, your controllers and routes registered in web.php automatically have access to it without further configuration. With modules, however, you need to apply this middleware stack manually.
Have you configured your middleware correctly? Is the session started at all?
Personally, I have mixed feelings about this principle. I don’t like all facets of ‘Cruddy by Design’ or what it does to your code. I usually stick to resourceful controllers, and anything that doesn’t belong there gets its own invokable controller with a clear, descriptive name.
There is some seriously cool
stuff in this release. Thanks for the summarization 🙏🏻