841 B
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:
- copy .env.example to .env
- add user credentials in .env
- run
composer update --ignore-platform-reqs - run
composer install --ignore-platform-reqs - run
./vendor/bin/sail php artisan key:generate - start app by running
./vendor/bin/sail upinside the main directory (or configure a bash alias:alias sail='bash vendor/bin/sail') then you can usesail up - Run migrations and seed db:
sail php artisan migrate:fresh --seed sail npm run watch- Access the web application at
0.0.0.0 - The default credentials can be seen/set in the .env