Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brendt/laravel-preload

Laravel preload testing in PHP 7.4
https://github.com/brendt/laravel-preload

Last synced: about 2 months ago
JSON representation

Laravel preload testing in PHP 7.4

Awesome Lists containing this project

README

        

This Laravel project demonstrates how preloading can be used to preload the whole Laravel framework. Unfortunately, it results in a segfault.

## Setup

```
git clone [email protected]:brendt/laravel-preload.git
cd laravel-preload
composer install
```

Configure `opcache.preload` in your PHP's ini file to [`preload.php`](./preload.php),
and restart php-fpm or whatever server you're using.