Craig Morris 5 hours ago· 2 min read Laravel Octane is a new way of running Laravel applications at super high speeds: “Laravel Octane supercharges your application’s performance by serving your application using high-powered application servers, including Swoole and RoadRunner. Octane boots your application once, keeps it in memory, and then feeds it requests at supersonic speeds.” Swoole has a number of benefits over RoadRunner including Concurrent Tasks, Ticks / Intervals and The Octane Cache so we’ll concentrate on getting that up and running on Heroku.
Commit our files and push: Your Laravel app is now running via Heroku on Octane!