6 Commits

Author SHA1 Message Date
48c4d5b44d
Back to Frankenphp!
Bug fix is in and we're back to the races!

This change requires:

1. You to update your .env file to:
`OCTANE_SERVER=frankenphp`

2. An already build sail container to be rebuilt:
```
docker compose down -v
sail build --no-cache
sail up -d
```
2024-08-31 11:41:25 -04:00
a895210cef Octane Changes
Updates Octane to use swoole as a runner. FrankenPHP was having issues with the INTL PHP extension.

Also updates the development site to load over HTTP instead of HTTPS. No need for encryption for basic local development.
2024-07-16 17:29:38 -04:00
029a623826
Configured Octane Watcher
The Sail development environment will now reload Octane when files are updated.
2024-06-21 16:07:46 -04:00
aef89ee9fb
Removes Memcached 2024-06-20 15:56:31 -04:00
e457d6901d
Laravel Octane 2024-06-19 23:24:02 -04:00
03f6305e72
Laravel Sail for Development 2024-06-09 20:18:25 -04:00