write a crawler with GuzzleHttp of laravel , grab the data of .net interface, and return it as jsonp the string with the function removed is as follows [{ gid:"10000",gname:"",gspell:"yiqiaodi",child:[{"id&...
there is a data model file AppModelsPeople file, and the model file table name automatically sets the model table name according to the parameters of request. The name of the actual bound table is people_ [0-9] how to join the table contact and how to ...
I have consulted a lot of articles about event monitoring mechanism on the Internet, but I don t understand the significance of this mechanism. many articles on the Internet are about how to implement them in code, or use examples from daily life to i...
now there are user An and user B platforms, both of which have a page with income and expenditure records. So the contents of the two controllers are basically the same, but there are still some differences, such as return view ; because there ar...
1. For example, for N sales orders, I want to count the sales of each item every day, but if I use sum () to sum, I will delete all my other fields. Is there any way to keep the fields and sum 2. Raw data $data = array( array( ...
the problem we are facing now: opening the home page of the website requires statistics of a lot of tables, and each temporary summary will be very slow. if you do a data statistics function alone, you will need a lot of extra workload and redundant d...
the following array wid and gid are the same, requiring Num accumulation, different operations are directly displayed, how to achieve array deduplication? $arr = array( array( wid => 1, ...
at first, there was a forum website, but later, when users got up, they wanted to be an e-commerce station, using different domain names, deployed on two servers respectively, and directly using the original user data. Now I hope that the two websites sh...
problem description is it appropriate to use php for the products of the mall? is there any appropriate language to recommend ...
it is mentioned in the laravel document: {Note:} when sending mail notifications, make sure that the value of name is set in the configuration file config app.php, which will be used in the header and tail of the mail notification message. but wh...
I use filezilla to transfer thousands of files too slowly. Is there a faster way? How long will it take at the earliest? ...
Laravel file directory vonder stroage are these two directories secure? I want to put WeChat Pay s cert certificate file here. I don t know if it s feasible . or create a new directory, how should the path be written ...
Can the rt index of SphinxSearch be understood this way? hypothetical premise: A Weibo platform, posts are stored in Mysql, search using sphinx search. 1) under what circumstances will the rt index be used? can it be understood that when you publis...
version laravel5.4 I specified two channels in the via method, namely, the database and the mail. Everything is normal when the database is inserted, and there is no problem with sending the mail. But why did this format output in the form of source c...
the following is the controller of the API interface I wrote: <?php namespace App Http Controllers Lucky; use Illuminate Http Request; use App Http Controllers BaseController as BaseController; use App Models Card; use App Http Transfo...
problem description execute php artisan error? the environmental background of the problems and what methods you have tried laravel framework, installed Dingo plug-ins related codes Please paste the code text below (do not replace the code...
https: codeshelper.com a 11... according to this tutorial, I have all worked out, and I have got token for my login { "token": "bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbHZtYW4uY24vYXBpL2F1dGgvbG9naW4iLCJpYXQi...
there is a question. If you add Sphinx search to a PHP program, such as a website made by laravel, do you use SphinxQL or SphinxAPI? Applications can access Sphinx search daemon (searchd) using any of the three different access methods: a) via Sphinx o...
I have been working for a year and a half, and I am also proficient in curd in business. I have also learned high-performance mysql and seen design patterns. I am currently learning the use of redis, but I am confused now. I do not know how to develop in...
plans to deploy the Laravel project to the cloud server today. uploads the local project FTP to the server and changes the name, user name and password of the local database to the database information on the server in the .env file. then prepare to...