Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 581 Bytes

Project creation steps

  1. Create laravel project using
    laravel new ext-test
    
  2. Follow steps from inertia server install guide and inertia client install guide
  3. Install Vite plugin using
    npm i @vitejs/plugin-vue
    

Usage

  1. Install composer dependencies using
    composer install
    
  2. Install npm dependencies using
    npm install
    
  3. Copy .env.example to .env
  4. Generate new key using
    php artisan key:generate