I want to use laravel(as backend) and angular(as frontend). As far as I know I can use 2 methods :-
I can integrate both frameworks by using API service or
I can use monolithic architecture style (using angular with blade template)
As per my requirements 2nd option is better because in it I can use laravel's default functionalities in angular like (Auth, user roles and permissions etc).
But I afraid that 2nd option makes the project complex and messy in future.
which is the better option?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community