You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.1 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. git clone https://github.com/Fanli2012/lqycms.git
  2. ˵��
  3. 1������Laravel 5.4
  4. 2��PHP+Mysql
  5. 3����̨��¼��/fladmin/login
  6. �˺ţ�admin888
  7. ���룺admin
  8. 4���ָ���̨Ĭ���˺����룺/fladmin/recoverpwd
  9. ��װ
  10. 1�� �������ݿ�
  11. 1) �򿪸�Ŀ¼�µ�lqycms.sql�ļ����� http://www.lqycms.com �ij��Լ���վ������ַ����ʽ��http://+����
  12. 2) �������ݿ�
  13. 2������.env.example��������.env���޸���Ӧ����APP_DOMAIN��APP_SUBDOMAIN�����ݿ�����
  14. 3��
  15. php composer.phar install
  16. php artisan key:generate
  17. 4�� ��¼��̨->������ť�����»��棺/fladmin/login.php���˺ţ�admin888�����룺admin
  18. ע��
  19. ֻ�ܷ��ڸ�Ŀ¼
  20. ����Ҫ��������ģʽ�����޸� .env �ļ��� APP_ENV=local �� APP_DEBUG=true ��
  21. Simple QrCode�ĵ���https://www.simplesoftware.io/docs/simple-qrcode/zh
  22. $qrcode = new \SimpleSoftwareIO\QrCode\BaconQrCodeGenerator;
  23. return $qrcode->size(500)->generate('Make a qrcode without Laravel!');
  24. ����������ֱ����ʾ�ɶ�ά��ͼƬreturn '<img src="data:image/png;base64,'.base64_encode(\QrCode::format('png')->encoding('UTF-8')->size(200)->generate('http://www.baidu.com/')).'">';
  25. ΢�ſ�����֧��
  26. https://easywechat.org/