overtrue/easy-sms 2213
:calling: 一款满足你的多种发送需求的短信发送组件
:earth_asia: 75 languages support for Laravel application.
一刻社区后端 API 源码
:heart: This package helps you to add user based follow system to your model.
overtrue/laravel-filesystem-qiniu 430
A Qiniu Storage filesystem for Laravel
:date: 中国农历(阴历)与阳历(公历)转换与查询工具
:floppy_disk: Flysystem adapter for the Qiniu storage.
:smile: This package assist you in getting started with emoji easily.
👍 User-like features for Laravel Application.
overtrue/http 107
:cactus: A simple http client wrapper.
push eventovertrue/laravel-skeleton
commit sha 1ef77bc3d7d2d0880b114a578a17a094273a69d4
bugfix
push time in 11 hours
created tagovertrue/flysystem-cos
:floppy_disk: Flysystem adapter for the Qcloud COS storage.
created time in a day
push eventovertrue/flysystem-cos
commit sha 82b1421a620a93cbb1ad188c34de3339604ab1a3
guzzle 7
push time in a day
issue closedovertrue/laravel-uploader
首先非常感谢你的easywechat,为了表达支持,早已经购买了教程,虽然文档已经很详细了!😂
PHP有很多上传的漏洞,比如任意文件上传漏洞,抓包修改MIME绕开验证,虽然大部分的路径都屏蔽了对应的执行权限,但是比如JS代码这些就很难处理,一个图片 include 其他txt这种也不是没有可能性,所以在上传这块一直不知道如何处理,才能杜绝此类漏洞或者说潜在威胁。
closed time in 2 days
wqsacycreated tagovertrue/laravel-uploader
:palm_tree: An upload component for Laravel.
created time in 2 days
push eventovertrue/laravel-uploader
commit sha 0b764b62ad3175243ad687cc214589be731fd54c
Laravel 8
push time in 2 days
issue commentovertrue/laravel-follow
the toggleFollow() return null in respone
@asadullah097 Oh, I got it.
comment created time in 2 days
issue commentovertrue/laravel-follow
the toggleFollow() return null in respone
toggle the local Vue data key maybe is a better solution:
// 1. toggle local state first
this.followed = !this.followed;
// 2. the send the toggle request.
$axios.post(`/api/users/${targetUser.id}/toggle-follow`)
.catch(() => {
// 3. toggle back when something went wrong.
alert('failed to toggle follow.')
this.followed = !this.followed;
})
comment created time in 2 days
issue commentovertrue/laravel-follow
the toggleFollow() return null in respone
@asadullah097 I'd love to know your solution.
comment created time in 2 days
issue closedovertrue/http
Laravel 8 中对 guzzlehttp/guzzle 的版本要求提高到v7.0.1了,有冲突,辛苦升级下
看master版本中已经增加了,但没有发布release
closed time in 2 days
wtweiissue commentovertrue/http
Laravel 8 中对 guzzlehttp/guzzle 的版本要求提高到v7.0.1了,有冲突,辛苦升级下
https://github.com/overtrue/http/releases/tag/1.2.0
comment created time in 2 days
issue commentovertrue/wechat
- 检查是否有其它系统同时写入这个 redis 实例。
- 在写入的时候埋钩子,确实是否写入前就已经乱码。
comment created time in 2 days
pull request commentovertrue/phplint
Use alpine linux to reduce image size
👍 Thanks.
comment created time in 3 days
PR merged overtrue/phplint
The docker image is 487 MB (170 MB compressed). With a multistage build the size can be reduced to 400 MB (138 MB compressed).
pr closed time in 3 days
push eventovertrue/phplint
commit sha 999214f82c50dda38840a313637bcaea8237613f
Use multistage build to reduce image size
commit sha 37802c18f2fb9e0e7bd25bc4b9d229ee9332ad58
Add missing php.ini
commit sha 2800b5e0e8b09dcb83a4b363a47866a2cc7821b0
Use alpine to reduce image size
commit sha 36f372683dab2f77c9e6291a9737b037ef5ebbc4
Merge pull request #82 from blar/alpine Use alpine linux to reduce image size
push time in 3 days
PR merged overtrue/phplint
After Use multistage build to reduce image size the image size can be reduced from 400 MB (138 MB compressed) to 76 MB (30 MB compressed) with Alpine linux
pr closed time in 3 days
push eventovertrue/laravel-skeleton
commit sha a7ef4c2996997ae954d8be01fcdfa060fa6dd93b
seender
push time in 3 days
push eventovertrue/laravel-skeleton
commit sha 53b9354b23cfd56550e45f81daec5a3d1df87b9e
仅保留重写过的
push time in 3 days
push eventovertrue/laravel-skeleton
commit sha ae30e462676219214305be0bf18afc99c99764b6
factory
push time in 3 days
push eventovertrue/laravel-wechat
commit sha cb52f08b6cbfc2a20b1f82733f71f4204928caa0
Bugfix.
push time in 3 days
issue commentovertrue/laravel-wechat
laravel 8.0 网页授权中间件报错 undefined method WeChat::user()
https://github.com/overtrue/laravel-wechat/blob/master/src/Middleware/OAuthAuthenticate.php#L62-L66
comment created time in 3 days
issue closedovertrue/laravel-subscribe
Hi, How can I get only models that i am subscribed to please?
is there somethin like?...
$model = Post::where('user_id', 2)->isSubscribedBy(Auth::user())
or
$model = Post::isSubscribedBy(Auth::user())
closed time in 3 days
jayenneissue commentovertrue/laravel-subscribe
// all
$user->subscriptions()->withType(Post::class)->get();
// paginated
$user->subscriptions()->withType(Post::class)->paginate();
comment created time in 3 days
created tagovertrue/laravel-subscribe
:email: User Subscribe/Unsubscribe features for Laravel Application.
created time in 3 days
pull request commentovertrue/laravel-subscribe
Migrations class conflict with Cashier
Thanks.
comment created time in 3 days
push eventovertrue/laravel-subscribe
commit sha 3c12693628f8a4155e2099b62280c9ccbc8cc2c4
Remove migrations autoload
commit sha f3b297eac70acb66fde70e93b727acd621562a54
Change class name in docblock (wrong one)
commit sha 8eb1f220c82635c61c7328c5d36eaa4ed9d35ddd
New configuration (migrations mandatory)
commit sha 97f85cdffbe30fa47901d18a0aff39f24bbbe140
Merge pull request #3 from skore/master Migrations class conflict with Cashier
push time in 3 days
PR merged overtrue/laravel-subscribe
The migrations of the package conflicts with Cashier.
So there's no way we can ignore them unless they don't autoload when we run migrate (this will need to explain that is mandatory to do the vendor:publish command first on install)
pr closed time in 3 days
push eventovertrue/laravel-subscribe
commit sha 8f678e7b2a88e5625f8840b25dd7a6d9ab0ec032
Add Laravel 8 support
commit sha 4bd92e0e8f3847ad19018ef6ecb16e0e4fbb96bd
Merge pull request #4 from s950329/master Add Laravel 8 support
push time in 3 days
startednicejade/markdown-online-editor
started time in 4 days
push eventovertrue/laravel-skeleton
commit sha 6378bf984943ce9a3d0eb1aae762ab3a98868fcc
make phone to string
push time in 4 days
push eventovertrue/laravel-skeleton
commit sha f7d8cf73d6a094e0c20e35024adf1bff1f958f5a
Remove Resource.
push time in 4 days
startedVanessa219/vditor
started time in 4 days
push eventovertrue/weather
commit sha 7ab6845f66f51d51bf04027483adf2f5f6509803
Update guzzlehttp/guzzle requirement from ^6.3 to ^7.1 Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.3.0...7.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 67b1e7cb38490eb37de036d87db5763cb6a4f013
Merge pull request #19 from overtrue/dependabot/composer/guzzlehttp/guzzle-tw-7.1 Update guzzlehttp/guzzle requirement from ^6.3 to ^7.1
push time in 4 days
PR merged overtrue/weather
Updates the requirements on guzzlehttp/guzzle to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/guzzle/guzzle/releases">guzzlehttp/guzzle's releases</a>.</em></p> <blockquote> <h2>Release 7.1.0</h2> <p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md">guzzlehttp/guzzle's changelog</a>.</em></p> <blockquote> <h2>7.1.0 - 2020-09-22</h2> <h3>Added</h3> <ul> <li><code>GuzzleHttp\MessageFormatterInterface</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed issue that caused cookies with no value not to be stored.</li> <li>On redirects, we allow all safe methods like GET, HEAD and OPTIONS.</li> <li>Fixed logging on empty responses.</li> <li>Make sure MessageFormatter::format returns string</li> </ul> <h3>Deprecated</h3> <ul> <li>All functions in <code>GuzzleHttp</code> has been deprecated. Use static methods on <code>Utils</code> instead.</li> <li><code>ClientInterface::getConfig()</code></li> <li><code>Client::getConfig()</code></li> <li><code>Client::__call()</code></li> <li><code>Utils::defaultCaBundle()</code></li> <li><code>CurlFactory::LOW_CURL_VERSION_NUMBER</code></li> </ul> <h2>7.0.1 - 2020-06-27</h2> <ul> <li>Fix multiply defined functions fatal error <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2699">#2699</a></li> </ul> <h2>7.0.0 - 2020-06-27</h2> <p>No changes since 7.0.0-rc1.</p> <h2>7.0.0-rc1 - 2020-06-15</h2> <h3>Changed</h3> <ul> <li>Use error level for logging errors in Middleware <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2629">#2629</a></li> <li>Disabled IDN support by default and require ext-intl to use it <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2675">#2675</a></li> </ul> <h2>7.0.0-beta2 - 2020-05-25</h2> <h3>Added</h3> <ul> <li>Using <code>Utils</code> class instead of functions in the <code>GuzzleHttp</code> namespace. <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2546">#2546</a></li> <li><code>ClientInterface::MAJOR_VERSION</code> <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2583">#2583</a></li> </ul> <h3>Changed</h3> <ul> <li>Avoid the <code>getenv</code> function when unsafe <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2531">#2531</a></li> <li>Added real client methods <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2529">#2529</a></li> <li>Avoid functions due to global install conflicts <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2546">#2546</a></li> <li>Use Symfony intl-idn polyfill <a href="https://github-redirect.dependabot.com/guzzle/guzzle/pull/2550">#2550</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/guzzle/guzzle/commit/7edeaa528fbb57123028bd5a76b9ce9540194e26"><code>7edeaa5</code></a> Adding Changelog for 7.1.0 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2759">#2759</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/546ae64590d878fdebb203a413009e8ce137a8a1"><code>546ae64</code></a> Remove composer normalize dependency (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2770">#2770</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/07f597ed6a0221d8a9e82bb492963996a14d9ac2"><code>07f597e</code></a> Merge 6.5 -> 7.1 (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2768">#2768</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/09c6dd35e04a1b283a10d799c57e40fb1adcf564"><code>09c6dd3</code></a> Psalm fix (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2766">#2766</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/b5edb54223ee9613f01b053c1993fb5f048487fe"><code>b5edb54</code></a> [PHPStan] Use docker image instead of github action shortcut (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2767">#2767</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/bb0d3a8831f9c6328eb007476a54eec78cb2e7a0"><code>bb0d3a8</code></a> Remove "tag" from make file (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2764">#2764</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/c2c9d72f8ba225b585351bbe4922255837ddbd80"><code>c2c9d72</code></a> Use final annotation to mark classes as final (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2726">#2726</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/1fd5e8d7f464f33c20dddd672bb2a6a061e749e0"><code>1fd5e8d</code></a> Add MessageFormatterInterface (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2729">#2729</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/a99fb2f0072f68ad0792503d434e45ff73972859"><code>a99fb2f</code></a> PHPStan fix (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2760">#2760</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/f999bc73d36ccc9c375cb1849b8c9dbab8c5ad06"><code>f999bc7</code></a> Update Guzzle version in documentation (<a href="https://github-redirect.dependabot.com/guzzle/guzzle/issues/2746">#2746</a>)</li> <li>Additional commits viewable in <a href="https://github.com/guzzle/guzzle/compare/6.3.0...7.1.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 4 days
created tagovertrue/phplint
:bug: A tool that can speed up linting of php files by running several lint processes at once.
created time in 4 days
push eventovertrue/phplint
commit sha 7f1e4111bbfcff7faef9191b4ffc18e6583eda26
Change minimal symfony/process version to 3.3 (fixes #61)
commit sha a3be12b40ee4f33a25dfeacc7a5a458742a0d987
Merge pull request #80 from tuupola/bug-61 Change minimal symfony/process version to 3.3 (fixes #61)
push time in 4 days
issue closedovertrue/phplint
PHP Warning: proc_open() expects parameter 1 to be string
I am running int this warning that appears to halt execution. Running PHP 7.1.26. I'm using the yml file contents from the README, only with a modification to point to my project path.
After running into the error the first time, I did modify the code to var_dump() the contents of $commandline, which is the referenced argument in the error message.
$ ./vendor/bin/phplint -vvv
phplint 1.0.2 by overtrue and contributors.
Loaded config from "/vagrant/.phplint.yml"
Options: {"jobs":10,"exclude":["vendor"],"extensions":["php","module","inc"],"path":".\/public","configuration":"\/vagrant\/.phplint.yml","verbose":true}
/vagrant/vendor/symfony/process/Process.php:294:
array(5) {
[0] =>
string(12) "/usr/bin/php"
[1] =>
string(24) "-d error_reporting=E_ALL"
[2] =>
string(20) "-d display_errors=On"
[3] =>
string(2) "-l"
[4] =>
string(54) "/vagrant/public/includes/filetransfer/filetransfer.inc"
}
PHP Warning: proc_open() expects parameter 1 to be string, array given in /vagrant/vendor/symfony/process/Process.php on line 296
PHP Stack trace:
PHP 1. {main}() /vagrant/vendor/overtrue/phplint/bin/phplint:0
PHP 2. Overtrue\PHPLint\Console\Application->run() /vagrant/vendor/overtrue/phplint/bin/phplint:32
PHP 3. Overtrue\PHPLint\Console\Application->doRun() /vagrant/vendor/symfony/console/Application.php:122
PHP 4. Overtrue\PHPLint\Console\Application->doRunCommand() /vagrant/vendor/symfony/console/Application.php:215
PHP 5. Overtrue\PHPLint\Command\LintCommand->run() /vagrant/vendor/symfony/console/Application.php:858
PHP 6. Overtrue\PHPLint\Command\LintCommand->execute() /vagrant/vendor/symfony/console/Command/Command.php:240
PHP 7. Overtrue\PHPLint\Command\LintCommand->executeLint() /vagrant/vendor/overtrue/phplint/src/Command/LintCommand.php:191
PHP 8. Overtrue\PHPLint\Linter->lint() /vagrant/vendor/overtrue/phplint/src/Command/LintCommand.php:280
PHP 9. Overtrue\PHPLint\Process\Lint->start() /vagrant/vendor/overtrue/phplint/src/Linter.php:106
PHP 10. proc_open() /vagrant/vendor/symfony/process/Process.php:296
[Symfony\Component\Process\Exception\RuntimeException]
Unable to launch a new process.
Exception trace:
() at /vagrant/vendor/symfony/process/Process.php:299
Symfony\Component\Process\Process->start() at /vagrant/vendor/overtrue/phplint/src/Linter.php:106
Overtrue\PHPLint\Linter->lint() at /vagrant/vendor/overtrue/phplint/src/Command/LintCommand.php:280
Overtrue\PHPLint\Command\LintCommand->executeLint() at /vagrant/vendor/overtrue/phplint/src/Command/LintCommand.php:191
Overtrue\PHPLint\Command\LintCommand->execute() at /vagrant/vendor/symfony/console/Command/Command.php:240
Symfony\Component\Console\Command\Command->run() at /vagrant/vendor/symfony/console/Application.php:858
Symfony\Component\Console\Application->doRunCommand() at /vagrant/vendor/symfony/console/Application.php:215
Symfony\Component\Console\Application->doRun() at /vagrant/vendor/symfony/console/Application.php:122
Symfony\Component\Console\Application->run() at /vagrant/vendor/overtrue/phplint/bin/phplint:32
phplint [--exclude EXCLUDE] [--extensions EXTENSIONS] [-j|--jobs JOBS] [-c|--configuration CONFIGURATION] [--no-configuration] [--no-cache] [--cache CACHE] [--no-progress] [--json [JSON]] [--] [<path>]...
Any help would be appreciated.
closed time in 4 days
johnbburgPR merged overtrue/phplint
When running ci with $ composer install -prefer-lowest phplint currently fails with PHP 7.1, 7.2 and 7.3.
Warning: proc_open() expects parameter 1 to be string, array given in
/home/travis/build/tuupola/example/vendor/symfony/process/Process.php on line 310
This PR fixes the problem by bumping the minimal required version of symfony/process to 3.3.
pr closed time in 4 days
issue closedovertrue/vue-avatar-cropper
How i can get the data of file cropped?
closed time in 4 days
comodoropissue commentovertrue/vue-avatar-cropper
How i can get the data of file cropped?
https://github.com/overtrue/vue-avatar-cropper#events
comment created time in 4 days
issue closedovertrue/vue-avatar-cropper
ex.
in Main.vue
first one:
<form @submit.prevent="createAward" method="POST" class="vld-parent" ref="formContainer">
<div class="card-img-overlay has-padding-top-10 has-padding-bottom-10">
<b-button size="is-small" class="is-primary" id="bpick-avatar">upTest</b-button>
</div>
<avatar-cropper
@uploading="handleUploading"
@uploaded="handleUploaded"
@completed="handleCompleted"
@error="handlerError"
trigger="#bpick-avatar"
upload-url="http://lemon.test/api/upload"
/>
</form>
another one:
<form @submit.prevent="editAward" method="POST" class="vld-parent" ref="formContainer">
<div class="card-img-overlay has-padding-top-10 has-padding-bottom-10">
<b-button size="is-small" class="is-primary" id="cpick-avatar">upCTest</b-button>
</div>
<avatar-cropper
@uploading="handleUploading"
@uploaded="handleUploaded"
@completed="handleCompleted"
@error="handlerError"
trigger="#cpick-avatar"
upload-url="http://lemon.test/api/upload"
/>
</form>
OK, upTest can click, and will be pop up the system file dialog.
BUT.....
now when I click the "upCTest" button, no any error show, and also no any response. even the system file dialog will not pop up...
pls help.....
closed time in 4 days
Alvazzissue closedovertrue/vue-avatar-cropper
So, where is server side code example?
The documentation isn't full. At least one server side code example required....
closed time in 4 days
adamasantarespush eventovertrue/vue-avatar-cropper
commit sha 65cbfcd4402e5f6219a5a5cc26f7c6075df42d72
Build
commit sha 6a4a7c2f0d2739a17507eb9a74522da2c05e2f44
1.0.9
push time in 4 days
push eventovertrue/vue-avatar-cropper
commit sha 4b101d28a2b942692b824f4539854fee10863d81
Add support for displaying the component inline. (#223) Co-authored-by: 安正超 <[email protected]>
push time in 4 days
push eventmjamro/vue-avatar-cropper
commit sha 088c223f688da542c854c8d8db38e88772755f90
Bump webpack from 4.44.1 to 4.44.2 Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.44.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha f5ef1649ac4367735c8ba0fab716d44850ce6846
Merge pull request #225 from overtrue/dependabot/npm_and_yarn/webpack-4.44.2
commit sha e84d28869ff40c6831103ffbfbd378145e4752c0
fixed this issue (#227) Co-authored-by: illia <[email protected]>
commit sha 1c401afd86afbeda98769b54a0755bcdb30cbdcd
Build
commit sha c46e4fd62733a8afdc80b1e1a4847376c815a9ac
1.0.8
commit sha be7927f96f8c0af59f3ffc0a4dbe404b407981eb
Merge branch 'master' into master
push time in 4 days
push eventovertrue/vue-avatar-cropper
commit sha 1c401afd86afbeda98769b54a0755bcdb30cbdcd
Build
commit sha c46e4fd62733a8afdc80b1e1a4847376c815a9ac
1.0.8
push time in 4 days
push eventovertrue/vue-avatar-cropper
commit sha e84d28869ff40c6831103ffbfbd378145e4752c0
fixed this issue (#227) Co-authored-by: illia <[email protected]>
push time in 4 days
PR merged overtrue/vue-avatar-cropper
Fixed this issue
pr closed time in 4 days
created tagovertrue/socialite
:octocat: Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
created time in 4 days
push eventovertrue/socialite
commit sha b08b037fb37c284411999b56b9ab2a45b1f6fd12
Create dependabot.yml
push time in 4 days
push eventovertrue/socialite
commit sha fdbb6337b6a70987922b07835845615bfe7c17a7
[fix] json_decode() expects parameter 1 to be string, object given (#195) * [fix] json_decode() expects parameter 1 to be string, object given * Update WeChat.php Co-authored-by: 安正超 <[email protected]>
push time in 4 days
push eventallowing/socialite
commit sha cac058813fefd0574e20317caffb9d1663943354
Update WeChat.php
push time in 4 days
Pull request review commentovertrue/socialite
[fix] json_decode() expects parameter 1 to be string, object given
protected function getTokenUrl(): string public function userFromCode(string $code): User { if (in_array('snsapi_base', $this->scopes)) {- return $this->mapUserToObject(\json_decode($this->getTokenFromCode($code), true) ?? []);+ return $this->mapUserToObject(\json_decode($this->getTokenFromCode($code)->getBody()->__toString(), true) ?? []);
- return $this->mapUserToObject(\json_decode($this->getTokenFromCode($code)->getBody()->__toString(), true) ?? []);
+ return $this->mapUserToObject(\json_decode($this->getTokenFromCode($code)->getBody()->getContents(), true) ?? []);
comment created time in 4 days
issue closedovertrue/socialite
微博静默授权的base url有改变. 参考链接
或者是否可以考虑设置修改baseUrl参数的setAuthUrl方法.
closed time in 4 days
wilbur-ooissue commentovertrue/socialite
https://github.com/overtrue/socialite#alipay
comment created time in 4 days
issue commentovertrue/socialite
https://github.com/overtrue/socialite#dingtalk
comment created time in 4 days
issue closedovertrue/socialite
Configuration went wrong even when followed exact instruction in README
I just decided to start socialite in my current project and did as mentioned in README
authorize.php
<?php
require_once 'vendor/autoload.php';
use Overtrue\Socialite\SocialiteManager;
$config = [
'google' => [
'client_id' => '732681897443-************.apps.googleusercontent.com',
'client_secret' => '0************************x',
'redirect' => 'http://localhost/callback.php',
],
];
$socialite = new SocialiteManager($config);
$url = $socialite->create('github')->redirect();`
But this is my error message
PHP Fatal error: Uncaught Error: Call to undefined method Overtrue\Socialite\SocialiteManager::create() in /home/sudip/Projects/Web/authorize.php:16
closed time in 4 days
sudipghimire533issue commentovertrue/socialite
Configuration went wrong even when followed exact instruction in README
@sudipghimire533 Haha, I don't know what happened, but if you managed to install 3.0, it's ok!
comment created time in 4 days
issue commentovertrue/socialite
新版 3.0 已经不依赖 $request 和 session 了哈,完全交由开发者自己决定,具体使用请参考文档。
comment created time in 4 days
push eventovertrue/socialite
commit sha bb83e28688c1be7aa81c20ffdf53e1cb73f8b4d6
Fix Github Authorize Failed (#190) Fix Github Authorize Failed
push time in 4 days
push eventovertrue/socialite
commit sha 8af3b77aea3a2733f38b5739430b18ec578aaa5e
Typed property Overtrue\Socialite\Providers\WeChat::$openid must not be accessed before initialization (#194)
push time in 4 days
PR merged overtrue/socialite
Typed property Overtrue\Socialite\Providers\WeChat::$openid must not be accessed before initialization
pr closed time in 4 days
push eventovertrue/laravel-skeleton
commit sha 05dd4032aeb646e6868af1ad9edc500dd56ded70
Laravel 8
commit sha 1c9a116be842a7e4769732c82f6932e7799e0c1f
Merge.
commit sha eea9e3f917ef76379cd05c8196e0a55fa71506d4
Merge.
commit sha a9dc90a85bc580ccfee5248e2a9a65e738eb30d8
Merge.
push time in 5 days
created tagovertrue/laravel-options
Global options module for Laravel application.
created time in 5 days
push eventovertrue/laravel-options
commit sha 5f03f1bb0ccf1f79816257070616aeaaed412c80
Laravel 8
push time in 5 days
created tagovertrue/laravel-query-logger
:pencil: A dev tool to log all queries for laravel application.
created time in 5 days
push eventovertrue/laravel-query-logger
commit sha 44398dfc3da102c4af423197b0fbbd2df1fbd4f1
feat: support for laravel 8
commit sha f2d3e3c69640cdaaa9fe17b3fd17be8a405d3109
Merge branch 'master' into feature/support-for-laravel-8
commit sha 9e25555425dde275f92b3ec63633d9cebfcaaaff
Merge pull request #24 from Pr3d4dor/feature/support-for-laravel-8 feat: support for laravel 8
push time in 5 days
PR merged overtrue/laravel-query-logger
pr closed time in 5 days
push eventPr3d4dor/laravel-query-logger
commit sha 628bbd1e60bb67e406c7af2a132e2c02cc78bace
Laravel 8.0
commit sha f2d3e3c69640cdaaa9fe17b3fd17be8a405d3109
Merge branch 'master' into feature/support-for-laravel-8
push time in 5 days
created tagovertrue/laravel-query-logger
:pencil: A dev tool to log all queries for laravel application.
created time in 5 days
push eventovertrue/laravel-query-logger
commit sha 628bbd1e60bb67e406c7af2a132e2c02cc78bace
Laravel 8.0
push time in 5 days
由于微信中获取到的是openid 所以一直报错