Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

NickvdMeij's avatar

Angular JS routing lesson + Authentication with Angular JS

I recently started using angular in combination with blade for some simple ViewModel magic using laravel for some recource controllers. However, a good portion (including the authentication of users) i still handle with Blade and Laravels routing. I tried digging into the angular js routing, but i find it hard to learn since there is not a "propper" way of doing it. I was wondering if this might be a good thing to make a Lesson or Serie about since if you manage these things, you can run Laravel more as an API backend service, while angular handles all the frontend stuff using AJAX requests and such.

Kind Regards, Nick van der Meij

0 likes
1 reply
SP1966's avatar

What your asking for is equivalent to going onto a AngularJS site and requesting a Laravel tutorial. If you're wanting to learn AngularJS I would recommend Egghead.IO, while its not nearly as well organized as Laracasts is it does offer a tremendous number of Angular specific tutorials.

http://code.tutsplus.com/tutorials/angularjs-and-laravel-finishing-building-a-crm--cms-22234

http://scotch.io/tutorials/php/create-a-laravel-and-angular-single-page-comment-application

https://www.youtube.com/watch?v=hqAyiqUs93c

And finally, Google knows all: https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#safe=off&q=angularjs%20plus%20laravel%20tutorial

Please or to participate in this conversation.