This is my first post as I'm still a newbie in Laravel (forgive my silly questions)
Jetstream offers marvelous potentials for fullstack projects, but the docs don't mention anything about RESTful API. I want to create my webapp with mobile app too.
Can I build my webapp using Jetstream as a boilerplate with RESTful API support?
I can see already-built punch of controllers but api.php practically is empty! Do I've to reconstruct all the controllers from scratch for enabling RESTful API in Jetstream project?
Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the perfect starting point for your next Laravel application. Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum , and optional team management features.
Does it mean I can use it as a starter kit for building my RESTful API because it's already uses Sanctum ? Instead of creating a new Laravel project from scratch
Jetstream is not a language,
I never said that! I said:
Can I build my webapp using Jetstream as a boilerplate with RESTful API support?