MasoniteFramework / masonite4

Temporary Repository for a Masonite Rewrite for Masonite 4
14 stars 3 forks source link

Cannot load string controllers from packages #172

Closed josephmancuso closed 2 years ago

josephmancuso commented 3 years ago

We should be able to load routes this way:

Route.post('/stripe/webhook', '/masonite.billing.controllers.WebhookController@handle'),
josephmancuso commented 2 years ago

I keep coming back to this and i keep thinking if we really need this. I'm not sure anyone has ever used this feature ...