Basic setup Laravel 8 + Fortify + Tailwind + Vue 2
The Laravel Public + Vue Private SPA is a basic setup that combines Laravel 8, Fortify, Tailwind, and Vue 2 to create a public facing website handled by Laravel and a private web app SPA using Vue. This setup allows for quick development without the need for server rendering for Vue.
To install the Laravel Public + Vue Private SPA, follow these steps:
env.example file and rename it to .env..env file.composer install and npm install in the project directory.php artisan migrate.php artisan serve in one terminal.npm run watch to compile the Vue components.The Laravel Public + Vue Private SPA is a simple setup that combines Laravel and Vue to create a public facing website and a private web app SPA. It includes all the necessary authentication pages and allows for easy installation and customization. Users can quickly set up a basic public website handled by Laravel with a private web app that utilizes Vue JS.