automngr/README.md

841 B

AutoMngr

Manage Cars, Contacts and Contracts

  • Export as Excel
  • Print Contracts as PDF

Running on Laravel 8

Project Setup

Prerequisites:

  • Docker installed and running
  • Docker compose installed
  • Composer installed
  • PHP installed

Steps:

  1. copy .env.example to .env
  2. add user credentials in .env
  3. run composer update --ignore-platform-reqs
  4. run composer install --ignore-platform-reqs
  5. run ./vendor/bin/sail php artisan key:generate
  6. start app by running ./vendor/bin/sail up inside the main directory (or configure a bash alias: alias sail='bash vendor/bin/sail') then you can use sail up
  7. Run migrations and seed db: sail php artisan migrate:fresh --seed
  8. sail npm run watch
  9. Access the web application at 0.0.0.0
  10. The default credentials can be seen/set in the .env