Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel + Breeze + Inertia + VueJS

This repository is a starting point for assessments.

Quick Start

  • Download Docker Desktop.
  • Clone this repository: git clone git@gitlab.com:deal-assessments/laravel-breeze-inertia-vuejs.git
  • Go to the directory: cd laravel-breeze-inertia-vuejs
  • Run composer install to install dependencies
  • Run cp .env.example .env to copy the example .env file
  • Run ./vendor/bin/sail up -d to start the docker container
  • Run ./vendor/bin/sail artisan key:generate to populate the .env file with an application key
  • Run ./vendor/bin/sail artisan migrate to create the database
  • Run ./vendor/bin/sail npm install to install NPM dependencies
  • Run ./vendor/bin/sail npm run dev to start the Vite dev server
  • Visit http://localhost:8084/register to make sure the set-up is working