-
Updated
Jul 4, 2020 - TypeScript
facade
Here are 127 public repositories matching this topic...
关于写作计划和交流反馈
-
Updated
May 7, 2021 - PHP
Following the GitLab and GitHub examples, in the workers/directory, and using functions available in workers/worker_base.py, build a worker that will gather Change Request information from Gerrit repos.
- Familiarize yourself with GERRIT API
- Pull related data
- Develop into worker.
-
Updated
Apr 29, 2021 - JavaScript
Currently docs only get published on release.
It would be great if we could publish the docs for main on each push/merge.
Questions
- Which
versionwould these docs have?
-
Updated
May 6, 2021 - TypeScript
-
Updated
Mar 4, 2021 - Java
-
Updated
Jun 5, 2018 - Python
-
Updated
Mar 31, 2021 - 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
Jul 25, 2018 - Java
-
Updated
Sep 19, 2019 - PHP
-
Updated
Jul 18, 2017 - C#
-
Updated
Nov 4, 2020 - PHP
-
Updated
Oct 30, 2020 - Python
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Apr 13, 2020 - PHP
-
Updated
Jan 28, 2021 - 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来讨论。