Using Larvel & Vue
- PHP version 8.2.x and above
- NodeJS version 20 or higher
- NPM or Yarn.
- Copy .env.example to .env and .env.testing.
- Install backend dependencies using
composer installcommand. - Edit the database connection to use either mysql or sqlite, alternatively you can run via sail using
./vendor/bin/sail upcommand. - To run frontend, cd to frontend folder first and install node dependencies using either npm or yarn e.g.
npm run dev. - Then run local dev serve using
npm run dev.
Proprietary.
© David Syengo.