starter-laravel-angular icon indicating copy to clipboard operation
starter-laravel-angular copied to clipboard

Lumen?

Open Zemke opened this issue 9 years ago • 3 comments

Zemke/starter-laravel-angular was written before there was Lumen. Now there’s the micro-framework Lumen which is basically a lite version of Laravel. Since for this project Laravel is only the endpoint, Lumen might be a a better solution since it’s faster. Thoughts?

Zemke avatar Jun 07 '15 20:06 Zemke

How would you handle sessions? I'm not sure if it is supported in Lumen.

pquarme avatar Jun 11 '15 16:06 pquarme

Well, modules can be added as needed as far as I am concerned. Following this discussion in the repo Zemke/starter-laravel-angular uses for sessions. https://github.com/tymondesigns/jwt-auth/issues/91

(There are actually no real sessions. There's local storage and Authorization headers both containing the JWT.)

Zemke avatar Jun 19 '15 23:06 Zemke

+1 for Lumen support

edmundluong avatar Aug 04 '15 12:08 edmundluong