Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 395 Bytes

Lazy.md

File metadata and controls

14 lines (12 loc) · 395 Bytes

Fast track

  1.  git clone git@github.com:kossoy/Laravel-Jetstream-Inertia.git
     cd Laravel-Jetstream-Inertia
     composer install
     touch database/database.sqlite
     cp .env.example .env
  2. edit .env with your social apps (FB and Google)

  3. create app key php artisan key:generate

  4. migrate php artisan migrate

  5. go npm i && npm run dev && php artisan serve