Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gallansjk/crud-laravel-mongodb-jenssegers


https://github.com/gallansjk/crud-laravel-mongodb-jenssegers

jenssegers laravel8 mongodb php8

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# [Laravel 8 News MongoDB](https://github.com/GallanSJK/crud-laravel-mongodb-jenssegers)

Laravel 8 CRUD (MongoDB) with Jenssegers.

## Installation

1. Install vendors composer :

```bash
composer install
```

2. Copy File .env.example to .env :

```bash
cp .env.example .env
```

3. Generate key :

```bash
php artisan key:generate
```

4. Running DB Seed and cache
```bash
sh cache.sh
```

5. Run Your Program
```bash
php artisan serve
```

6. Open Your Browser [http://127.0.0.1:8000/books](http://127.0.0.1:8000/books), and you will see the news management CRUD.