首页 > 技术文章 > laravel 记录

whlives 2018-11-22 15:32 原文

1、处理ajax跨域  使用  composer require barryvdh/laravel-cors

2、laravel更新app_key  php artisan key:generate  

3、定时任务不运行解决,运用whereis php 命令查看是否存在多个多个php,存在需要在crontal里面指定php的位置才可以 

推荐阅读