# Now-due

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).


## Table of Contents

1. [Tech Stack](#tech-stack) <br/>
2. [Requirements](#Requirements) <br/>
3. [Installation](#installation) <br/>
4. [Deployment](#deployment) <br/>
5. [Environment Variables](#environment-variables) <br/>


## Tech Stack

**Client:** Vue

**Server:** PHP, Laravel, XAMPP


<a href="installation"></a>

## Requirements

-   PHP version: 8.1
-   Laravel version: 10.10
-   composer: 2.4.4
-   XAMPP
-   Vue3



## Installation

```bash
1) git clone https://github.com/Moweb-Technologies-Pvt-Ltd/laravel-trainingapp.git

2) cd nowdue

3) composer install

4) php artisan migrate

5) php artisan db:seed

6) cp .env.example .env

7) php artisan key:generate

8) After the above step you have to update environment variables in .env

9) php artisan passport:install

9) npm install

10) npm run dev

11) composer require mailchimp/marketing

```
