Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkhorev/spot-n-plus-1-sql-query-problems-early

This is a repo with example code for article https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4
https://github.com/dkhorev/spot-n-plus-1-sql-query-problems-early

laravel sql unit-testing

Last synced: about 2 months ago
JSON representation

This is a repo with example code for article https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4

Awesome Lists containing this project

README

        

# dkhorev/spot-n-plus-1-sql-query-problems-early

This is a repo with example code for
article [https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4](https://medium.com/@dkhorev/laravel-spot-n-1-sql-query-problems-early-be28125ea8d4)

### Setup & run

`composer i`

`cp .env.example .env`

Fill in DB credentials in `.env`

Seed database: `php artisan migrate:fresh --seed`