• 2024-11-08laravel octane:octane命令行操作(laravel 11)
    一,修改代码后使生效:#phpartisanoctane:reloadINFOReloadingworkers...二,停止octane:说明;用supervisor管理服务,此操作不生效#phpartisanoctane:stopINFOStoppingserver...三,查看状态:#phpartisanoctane:statusINFOOctaneserverisrun
  • 2024-11-08laravel octane: 配置nginx访问octane(laravel 11)
    一,配置nginx1,在一个nginx的server段中添加如下内容:location/index.php{try_files/not_exists@octane;}location/{try_files$uri$uri/@octane;}location@octane{se
  • 2024-11-08laravel octane:用supervisor管理octane服务
    一,ubuntu安装supervisor1,用apt安装#aptinstallsupervisor2,安装完成后查看状态:#systemctlstatussupervisor.service●supervisor.service-SupervisorprocesscontrolsystemforUNIXLoaded:loaded(/lib/systemd/system/supervisor.service;enabled;
  • 2024-11-08laravel11:安装使用octane
    一,什么是octane?1,LaravelOctane 通过使用高性能应用程序服务器为您的应用程序提供服务来增强您的应用程序的性能,  包括OpenSwoole,Swoole,和 RoadRunner。Octane启动您的应用程序一次,将其保存在内存中,然后以极快的速度向它提供请求。2,官网地址:https://laravel.com/d