ask a question about Laravel parsing, or Nginx parsing path. first of all, let s talk about the source of the problem. Since we are recently working on a laravel-based directory indexing program, one of the requirements is to show the file at the end o...
I am currently working on a web site based on php + mariadb , but recently I want to change the web site to laravel traffic , but it is impossible to achieve it in the short term. so I want to ask the great gods how can I change the code to achieve t...
public function roles() { return $this->hasOne( App Models Role )->where( type ,$this->type); } $this- > type can t get any value? Why is that? The value of $this- > attributes is also an empty array. Why? ...
learn to see a table corresponding to a model but if I have a lot of tables make the corresponding multi-model, of course, also OK but I basically do the same thing on every model can I use one model for multiple tables? is it possible to comm...
question scenario: in making a tool similar to the search bar, two input boxes are used question: two boxes (one type = text , and the other type = button ) have different heights without setting any relevant height: Code is -sharpcreate {...
JavaScript the following code, except for the different conditions of judgment, is the same in the loop. The judgment condition may contain I , or it may not contain I . Is there any way to simplify them? obj json loop1(){ for(let i=0;i<ob...
upgrade macOS Mojave likes the "dark " theme very much, but the title bar is out of place when using idea in off-full-screen mode, especially at night. is there any way to hide the title bar or turn it dark? ...
problem description 1. When implementing the goods component with ele.me, there is no way to scroll, because I am watching the video of ele.me 1.0 imitating vue.js, but I have updated it according to the code of 2.0. there is still an error. The conso...
1. The introduced dialog, registers the component, but prompts that it is not registered 2. Some of the codes are as follows html <van-dialog ...