|
|
||
|---|---|---|
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| README.md | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| docker-compose.yml | ||
| htdocs | ||
| package-lock.json | ||
| package.json | ||
| phpunit.xml | ||
| server.php | ||
| tailwind.config.js | ||
| webpack.config.js | ||
| webpack.mix.js | ||
README.md
AutoMngr
Manage Cars, Contacts and Contracts
- Export as Excel
- Print Contracts as PDF
Running on Laravel 8
Project Setup
Prerequisites:
- Docker installed and running
Steps:
- copy .env.example to .env
- 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 are
hello@salloum.chandabc123