首页 > 作文

Laravel 微信小程序后端搭建步骤详解

更新时间:2023-04-08 05:15:38 阅读: 评论:0

1. 新建个 laravel 项目

laravel new aaaa 

2. 执行命令运保险公司工作总结行起站点来

php artisan key:generate

3. 登录装着 mysql 服务的远程服务器,创建数据库及用户名

(1)登录 ssh root@218.45.23.456

(2)登录 mysql 输入命令 mysql -u root -p,输入密码登录成功显示 mysql>

(3)创建数据库 create databa aaaaaaaa chart utf8mb4;

(4)创建远程用户 create ur identified by ‘密码’;

(5)赋权 grant all privileges on aaaaaaaa.* to ”;

4. 改下 databa/migrations 目录下的 **urs_table.php 文件,添加上微信开放的字段

//微信资料$table->string(‘weapp_openid')->nullable()->comment(‘微信开放id');$table->string(‘weapp_ssion_key')->nullable()->comment(‘微信ssion_key');$table->string(‘nickname')->nullable()->comment(‘昵称');$table->string(‘weapp_avatar')->nullable()反作用力->comment(‘微信头像');$table->string(‘country')->nullable()->comment(‘国家');$table->string(‘province')->nullable()->comment(‘省份');$table->string(‘city')->nullable()->comment(‘所在城市');$table->string(‘language')->nullable()->comment(‘语言');$table->json(‘location')->nullable()->comment(‘当前地理信息');$table->enum(‘gender', [‘1', ‘2'])->default(‘1')->comment(‘性别默认男');$table->string(‘phone')->nullable()->unique();

5. 打开 config/app.php 把时区、语言换下

‘timezone' => ‘asia/shanghai',‘locale' => ‘zh-cn',‘fallback_locale' => ‘zh-cn',‘faker_locale' => ‘zh-cn',

6. 打开 compor.json

require 里添加下面几个包

“require”: { “php”: “^7.1.3”, “fideloper/proxy”: “^4.0”, “laravel/framework”: “5.8.*”, “laravel/tinker”: “^1工程造价主修课程.0”, “jellybool/flysystem-upyun”: “^1.0”, “laravel/passport”: “^7.2”, “overtrue/laravel-wechat”: “~5.0”},

7. 命令行执行 compor update

打开参照链接配置下

(1)又拍云参照配置 https://github.com/jellybool/flysystem-upyun

(2)easywechart 参照配置 github – overtrue/laravel-wechat: 微信 sdk for laravel, 基于 overtrue/wechat

8.app/http/kernel.php 接口设置次数多些

‘api' => [ ‘throttle:60000,1', ‘bindings',],

9. 打开.env 文件,配置好数据库和小程序、又拍云的保密信息

db_connection=mysqldb_host=218.45.23.456db_port=3306db_冬天databa=aaaaaaaadb_urname=aaaadb_password=密码up_operator_name=又拍云ftp用户名up_operator_password=又拍云ftp密码wechat_mini_program_appid=小程序appidwechat_mini_program_cret=小程序cret

10. 执行 php artisan migrate,生成数据库表 7 张表

migration table created successfully.migrated: 2014_10_12_000000_create_urs_tablemigrated: 2014_10_12_100000_create_password_rets_tablemigrated: 2016_0记忆力减退的原因6_01_000001_create_oauth_auth_codes_tablemigrated: 2016_06_01_000002_create_oauth_access_tokens_tablemigrated: 2016_06_01_000003_create_oauth_refresh_tokens_tablemigrated: 2016_06_01_000004_create_oauth_clients_tablemigrated: 000005_create_oauth_personal_access_clients_table

11. 执行命令 php artisan passport:install

client id: 1client cret:password grant client created successfully.client id: 2client cret:

12.config/auth.php,api 的 dirver 改成 passport

'api' => [   'driver' => 'passport',   'provider' => 'urs',   'hash' => fal,  ],

一开始差不多就这些吧

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持www.887551.com。

本文发布于:2023-04-08 05:14:45,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/2631af5680997ce59c8391dc57bba362.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:Laravel 微信小程序后端搭建步骤详解.doc

本文 PDF 下载地址:Laravel 微信小程序后端搭建步骤详解.pdf

标签:数据库   命令   密码   程序
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图