lpheller
lpheller

Lukas Heller

@lpheller

I code and break things. Mostly Laravel-based apps - with a touch of Vue.js and some Golang projects.

58 Posts 133 Views

  • No matching results...
  • Searching...

/ 255

Pinned

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?

1

397

In response to @Stevenking1981

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.

161

In response to @FinalAsgard

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.

116