-
Updated
Jul 4, 2020 - TypeScript
facade
Here are 107 public repositories matching this topic...
关于写作计划和交流反馈
-
Updated
Sep 17, 2020 - PHP
Is your feature request related to a problem? If so, please describe the problem:
When installing Augur, I tried to set up a local database. When creating database credentials, the password was not hidden while I was typing it in.
Potential solutions:
Please implement password hiding in the install, if you can.
Additional context:
The places I found this issue were in creating
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Jun 5, 2018 - Python
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Sep 16, 2020 - Java
-
Updated
Jul 25, 2018 - Java
I think a great feature of this package would be to allow the underlying mailable to return the message_id
I recall you can do something like this
$this->withSwiftMessage(function ($message) {
/// $message->getId() available here.
});I think it would be great if you're tracking opens/clicks from these services and their web hooks.
I personally do this with mai
-
Updated
Sep 2, 2020 - Java
-
Updated
Aug 14, 2017 - PHP
-
Updated
Sep 19, 2019 - PHP
-
Updated
Jul 18, 2017 - C#
-
Updated
Aug 7, 2020 - Python
-
Updated
Apr 13, 2020 - PHP
-
Updated
Feb 4, 2018 - PHP
-
Updated
Oct 7, 2019 - Java
Improve this page
Add a description, image, and links to the facade topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the facade topic, visit your repo's landing page and select "manage topics."
关于接下来要写什么:
你们在这个时间点看到的文章已经把Laravel的Database部分都讲完了,接下来的计划是:
事件系统、用户认证系统、异常处理、Session以及Laravel应用请求整个生命周期的总结,当然我也想把
Composer原理和Laravel中用到的设计模式说一下以便更好的理解。时间来到了6月,希望能在18年把Laravel这些核心相关的东西大体梳理完,把年初挖的这个坑填上。
关于问题反馈和交流:
我在写这些文章时都会尽量严谨防止由于自己的失误误导大家,有的部分源码过多也就难免会有贴上了大块源码的地方,如果有看不懂的也欢迎针对话题新开issue来讨论。