I have a new project in the works, aiming to create a large SAAS application. Although I come from a CakePHP background, I've decided to use Laravel and Angular for this venture.
As I navigate through unfamiliar territory with these technologies, I am faced with a decision: should I maintain separate projects for Laravel and Angular, with Laravel functioning solely as an API? Or should I integrate the two, potentially serving Angular templates from within Laravel?
Additionally, I will eventually need to develop a mobile application for this project, adding another layer of complexity to consider.
While I understand if this question may not be directly related to this platform, any advice or guidance on this matter would be greatly appreciated.