Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
367 stars 118 forks source link

Lumen? #15

Open Zemke opened 9 years ago

Zemke commented 9 years ago

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?

pquarme commented 9 years ago

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

Zemke commented 9 years ago

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.)

edmundluong commented 9 years ago

+1 for Lumen support