Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to create a Laravel 4 RESTful API application and an AngularJS application that calls this API?

Can AngularJS templates be stored in the laravel ./app/ folder or must they be served from the ./public/ folder?

share|improve this question

1 Answer

up vote 0 down vote accepted

Yes, it is possible.

Any files that the client browser needs access to have to be stored in the ./public/ folder.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.