+2 votes
in Laravel by
Can we use Laravel for Full Stack Development (Frontend + Backend)?

1 Answer

0 votes
by

Laravel is the best choice to make progressive, scalable full-stack web applications. Full-stack web applications can have a backend in laravel and the frontend can be made using blade files or SPAs using Vue.js as it is provided by default. But it can also be used to just provide rest APIs to a SPA application.

Hence, Laravel can be used to make full-stack applications or just the backend APIs only.

...