Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LiveHelperChat/livehelperchat_laravel

This is Laravel version of Live Helper Chat. This wraps Live Helper Chat under Laravel framework. So you can write your own modules/extension using Laravel API. This way we can migrate Live Helper Chat over time to Laravel, without rewriting everything from scratch.
https://github.com/LiveHelperChat/livehelperchat_laravel

Revert "Apply fixes from StyleCI (#5006)"

This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd.

5df3b7b1fe07a22d3275180ece0b31f45682f07e authored about 5 years ago
Bumped defaults for Laravel 7 (#5195)

4bf7dffb90366438e849c0c96e06e2a638eec336 authored about 5 years ago
Merge branch 'master' into develop

8af8af0cbfc5cdfaa3f757afe736a9d28d83851c authored about 5 years ago
formatting

0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc authored about 5 years ago
CS

c222f6d04ff29489daec178d15ae23a3c13838f8 authored about 5 years ago
Revert routes

e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d authored about 5 years ago
Use config instead of middleware property

860ec9f2a48c65d30998942263a4f9a849e9b0a0 authored about 5 years ago
Fix types consistency in database config (#5191)

195faa16cbeabc84b0eb9c9f4227ead762c93575 authored about 5 years ago
Update composer.json

777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c authored about 5 years ago
Add HandleCors middleware

bee0e8c94c37bf3909e3fbe7e100a106dbf57fab authored about 5 years ago
Merge branch 'master' into develop

db940594ad86a22663acc3c119caab571344e2ee authored about 5 years ago
Correct exception handler doc (#5187)

846f7a193a6c4ff92b6595596c9bbcb3cf8c426e authored about 5 years ago
import facades

4d565e681cbf496e0cdfb58743d4ae8238cef15e authored about 5 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

f4c8190744bbab94e7751518bfd0fdce82ee3ab0 authored about 5 years ago
change comment

cf5e99e9aa998c56eda0765a9aefdc14c439e0df authored about 5 years ago
Apply fixes from StyleCI (#5186)

e6471a6f2e73dd244f957751ab315aa5903c32ea authored about 5 years ago
move var

f13aef873333aef538d526217d023fe81e87acd7 authored about 5 years ago
one liner

12c28822f402a948dac389bf037c550524845ba3 authored about 5 years ago
remove unnecessary variable

3ee0065bcd879b82ee42023165f8a8f71e893011 authored about 5 years ago
remove auth migration that is now in laravel/ui

13e43893ba2457c3e49898f0066a5ce8d7ea74f4 authored about 5 years ago
Remove controllers that are generated by laravel/ui package.

These controllers will be installed and generated by the laravel/ui (2.0) package in Laravel 7.x.

b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce authored about 5 years ago
[7.x] Remove register in auth provider (#5182)

* Remove register in auth provider

* Update AuthServiceProvider.php

* Update Kernel.php

583d1fa773803f951653af490b3dcc89b967ddbb authored about 5 years ago
Utilize Authentication Middleware Contract (#5181)

* adjust auth middleware to point to contract

* remove middleware priority

7d70bfe8289fce07fa595340578b13f4bdac495d authored about 5 years ago
Merge branch 'master' into develop

f589a7e89782a8419f7ad54b512289f60ffa8619 authored about 5 years ago
Merge branch 'master' of github.com:laravel/laravel

99f183b5c794354f7387d503b40d2be63e678a80 authored about 5 years ago
use class name to be consistent with web middleware

140d4d9b0a4581cec046875361e87c2981b3f9fe authored about 5 years ago
Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180)

b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 authored about 5 years ago
default email from name to app name (#5178)

c5f9126981fe340edf71de284b27926323d3271b authored about 5 years ago
Updated config/logging.php (#5179)

This adds a default emergency logger path to the logging config file.
This change goes hand-in-...

17f0ff22057a028f28b8aa17fadbc7fe4136bf66 authored about 5 years ago
Merge pull request #5175 from canvural/patch-1

[6.x] Update redirectTo return type PHPDoc

89e83915e94142ae79db7480561ae8a7a525e114 authored about 5 years ago
Update redirectTo return type PHPDoc

40f93daa83b17ad47c51ec9beed4c1ba79eb66ed authored about 5 years ago
Merge branch 'master' of github.com:laravel/laravel

dd93aca5970290dfda651f00a80fdd78b66da226 authored about 5 years ago
change some default settings

f48e2d500cb53cc4a09dfcb40beb0abafd79de4f authored about 5 years ago
Add "none" to supported same site options in session config (#5174)

136085bfd8361969a7daedc2308e0b59dbd41f60 authored about 5 years ago
DRY up path (#5173)

972f3cd2832cd8a8e9e0be96817d10840b735316 authored about 5 years ago
[6.x] Implement integration test and in-memory DB (#5169)

* Use in-memory DB for testing

* Extend from PHPUnit test case for unit tests

f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 authored about 5 years ago
Consistent order (#5167)

Keep the alphabetical order of the validation messages.

9b6643226da6bd3803da22fb5dc695b1a279c5aa authored about 5 years ago
Bumped versions

5d50d30c94ab7c3dcf28562a7f2116cb8922183e authored about 5 years ago
Merge branch 'master' into develop

fb3e88c313d80735270385a825363e446fd77174 authored about 5 years ago
Use laravel/tinker v2 (#5161)

b56fe84011bdbc3b42b8ffdaadc9a113635a751e authored about 5 years ago
Bumps Collision dependency to v4.0 (#5160)

b7a5bc7f3ca6d305343624aded77fe68c26bc018 authored about 5 years ago
[7.x] Switch to Symfony 5 (#5157)

* Update exception handler

* Explictly specify 'lax' same site config

* Use the null secur...

2913a55d87461fabe94907c5728d7a9451bcae80 authored about 5 years ago
Rename `encrypted` to `forceTLS`. (#5159)

2f8e55a9ec923a481c1a24733c70ae750480f178 authored about 5 years ago
Merge branch 'master' into develop

# Conflicts:
# CHANGELOG.md

c473b53626eab20c44075b02770e948a6e757c2b authored about 5 years ago
Update CHANGELOG.md

1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 authored about 5 years ago
Merge branch 'master' into develop

3c92fb3a19a7fbff0085bfbbe887682095d61520 authored about 5 years ago
Update readme

c15a5ee0d205ade08ad86174cb9c38aafd2bd226 authored about 5 years ago
Merge branch 'master' into develop

21f24784814092f44117ea2cb29b696422b66e93 authored about 5 years ago
Rename readme

94056af6e84769c8e9ad394d49c0c235a6966772 authored about 5 years ago
Consistent readme

578018940241d894befdf90bb7b61672b0f7d055 authored about 5 years ago
Implement new primary key syntax (#5147)

2e2be97c2686bf919f06a47849902b80586cfa6c authored over 5 years ago
Merge branch 'master' into develop

b659069bced2435cc53fca6fd4290edcae5dd9e0 authored over 5 years ago
Update .styleci.yml

bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 authored over 5 years ago
Merge branch 'master' into develop

89a80da13232c00d3e2ac8d8e372075086ced4fb authored over 5 years ago
fix key

953b488b8bb681d4d6e12227645c7c1b7ac26935 authored over 5 years ago
tweak formatting

ba2f2abe830f5d03c52fd9c88411859cf863abd6 authored over 5 years ago
Security fix: Waiting before retrying password reset

ace38c133f3d8088fc7477f56b9db6fdc0098d06 authored over 5 years ago
Add xml schema to phpunit (#5139)

This allows an IDE to do auto completion, and show any errors in the configuration

400df0b02bcc0e3fc8bc1c75ea494242c3f392af authored over 5 years ago
ignition doesn't support laravel 7 yet

9df12c3ca1c27f0192c64d19ce64b18ec06213d3 authored over 5 years ago
Fixes required version of the framework within `composer.json` (#5130)

bb969c61d41ec479adbe4a6da797831002b75092 authored over 5 years ago
Merge branch 'master' into develop

# Conflicts:
# CHANGELOG.md

dfa5c1f06e11bc6a557a0ead78f38b997235802f authored over 5 years ago
Update CHANGELOG.md

39c28801e8d8a8cfc99c3eed4756c6acc7367e0c authored over 5 years ago
formatting

9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc authored over 5 years ago
formatting

d1f7a5a886039e28a434905447865ca952032284 authored over 5 years ago
Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation

bc82317a02e96105ad9f3cc0616d491cb5585c62 authored over 5 years ago
Implement password confirmation

ba3aae6c338314c2ba1779f336278c2532071b7c authored over 5 years ago
Remove middleware from password reset

It's not necessary for the user to be logged out when resetting their password. This allows user...

4036f17416549758816894dc52dc54eabcc13914 authored over 5 years ago
Add new password rule language line

050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 authored over 5 years ago
[6.x] Added OP.GG sponsor (#5121)

* Added OP.GG sponsor

* Update readme.md

51a1297a2486e2b68883bba9e534ec903f0c10d4 authored over 5 years ago
[6.x] Add 'null' logging channel (#5106)

* Add 'none' logging channel

* Remove extra spaces

* Rename 'none' channel to 'null'

* ...

c70c986e58fe1a14f7c74626e6e97032d4084d5f authored over 5 years ago
remove testing bootstrap extension (#5107)

42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb authored over 5 years ago
Added Appoly sponsor (#5105)

cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 authored over 5 years ago
Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102)

This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b.

56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 authored over 5 years ago
Merge branch 'master' into develop

# Conflicts:
# CHANGELOG.md

ccef55ba553f9eb6e6d1a13aa19c457aefb6463e authored over 5 years ago
Update CHANGELOG.md

7d728506191a39394c5d1fcf47a822b9183f50ed authored over 5 years ago
Merge branch 'master' into develop

1f48b2c5e83374b658f03ca8da5220a6980e3e11 authored over 5 years ago
Apply fixes from StyleCI (#5100)

e656932002588bcaaa94476f1ed1850747eb4708 authored over 5 years ago
Order imports alphabetically

79fb6af96ebf0325cef15c3132157fdf75f6fd6c authored over 5 years ago
According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)

https://bugs.php.net/bug.php?id=78516
Argon2 requires at least 8KB
On PHP 7.4 memory 1024 will...

74d84e9371b2d2486edcc8f458adc9f22957d68b authored over 5 years ago
Update CHANGELOG.md

55b314eadb06164943dbf2ba33b21391441ce237 authored over 5 years ago
Merge branch 'master' into develop

00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 authored over 5 years ago
Update CHANGELOG.md

4dbe9888a5599c270e9131b76eca0ff3527bd350 authored over 5 years ago
Merge branch '5.8'

# Conflicts:
# CHANGELOG.md

9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 authored over 5 years ago
Update CHANGELOG.md

ca3f91e7ed47780ad4128c0592f5966efe51246b authored over 5 years ago
Update CHANGELOG.md

8b96bf012871a2e977a4558bf069062c5f03de95 authored over 5 years ago
Merge branch 'master' into develop

cb5047c200931d26142e78a315daad03c932f1fc authored over 5 years ago
Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095)

This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e.

31394de4d736c171d40bb03d50313c60b0e4af38 authored over 5 years ago
Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1

4992230ca97551a0a2530e339898037b0ad5af81 authored over 5 years ago
Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)

With the values
````
'argon' => [
'memory' => 1024,
'threads' => 2,
...

86908e1eb4a6cc8f5474b1355db4c104c548619e authored over 5 years ago
Merge branch 'master' into develop

2967197b8e2db87768b5534ca923f4f3b15e18f1 authored over 5 years ago
style

42936c656c70dc39d71dae7e79a487a716f2b1a6 authored over 5 years ago
add phpunit extension

731cd4c499638138c3331572f726310354d1b1ea authored over 5 years ago
Update bootstrap.php

360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef authored over 5 years ago
Allowing optional use of yml/yaml file extensions in .editorconfig (#5090)

65959b25bf791ab7afeac2ffa5a29394638c688f authored over 5 years ago
Revert "Bump PHPUnit"

This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f.

af15fe5ec688f59522e898dc74e0de54d84c3d96 authored over 5 years ago
Bump PHPUnit

5fde1337d629bd116602f2e67ead75988ae7568f authored over 5 years ago
Laravel 7

054bb43038f4acb7f356dd668715225ffc2e55ba authored over 5 years ago
add ignition

13ab419d59e2f0d2e188a5157a3cc17f72db595c authored over 5 years ago
add ignition

41ee35d01f4e57c47e924400db8a805089664141 authored over 5 years ago
add new failed driver option

e6becd2ca35a650f51ed49525935e8ca65671152 authored over 5 years ago