Saying Full Stack doesn't mean anything in this context. What is the frontend stack you are looking at?
Vue? Flutter? Electron? Html?
They all have different use cases
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
As per the documentation there are two ways of developing a laravel app and i have decided to build a single app using a mix of both (Full Stack + API)
I decided to use the Full Stack approach because i am a bit more comfortable with the technologies it uses (Not familiar with Nuxt.js etc...)
Then I also need laravel to act as an API Backend to use some of the native mobile features.
Though i thought of mixing both approaches(Full Stack + API Backend), I am in doubt whether to use only one approach which is the Laravel as API Backend approach.
How should i decide this ?
Then you will build a Laravel Application (This is the only way to use Livewire) and you will include Laravel/Sanctum for API authentication to your app.
Laravel Jetstream sets this all up for you already
Please or to participate in this conversation.