From 06342508b8261755cfdb2cf84c2b157b942febd2 Mon Sep 17 00:00:00 2001 From: Nadim Salloum Date: Tue, 15 Jun 2021 18:56:59 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 920b100..da2b953 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ Manage Cars, Contacts and Contracts - Export as Excel - Print Contracts as PDF -Running on Laravel v8 +Running on Laravel 8 ## Project Setup Prequisites: -- (Docker)[https://docker.com] installed and running +- [Docker](https://docker.com) installed and running 1. copy .env.example to .env 2. 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` 3. Run migrations and seed db: `sail php artisan migrate:fresh --seed` 4. `sail npm run watch` 5. Access the web application at `0.0.0.0` -6. The default credentials are `hello@salloum.ch` and `abc123` \ No newline at end of file +6. The default credentials are `hello@salloum.ch` and `abc123`