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

Use constraints for "unique" on Postgres schemas.

Previous was using CREATE INDEX, should be using ADD CONSTRAINT as this will create the index au...

c002ae63371094b2cf9c731f779128e7a68e9970 authored almost 13 years ago
Updated change-log.

Signed-off-by: Taylor Otwell <[email protected]>

fba6c303ea10b2b4020602aef2327463b3cdd260 authored almost 13 years ago
Added foreign key support to schema builder for MySQL, Postgres, and SQL Server.

Signed-off-by: Taylor Otwell <[email protected]>

1302ded5f857f5f38ef8d460a8f58aab929f4fe0 authored almost 13 years ago
added bundle fetching notification for bundle:install

Signed-off-by: Dayle Rees <[email protected]>

601b29a9d1f4e2019cfa00ec1ba9e8b1960db4fb authored almost 13 years ago
When no key is provided to first it returns the first message from all the messages.

aac250785866996ec60762de1f84e77853942737 authored almost 13 years ago
Update change-log

Signed-off-by: Taylor Otwell <[email protected]>

2032dec0eacf01708b17f4402f2333d9e5d388ad authored almost 13 years ago
Clean up the life-cycle file.

Signed-off-by: Taylor Otwell <[email protected]>

028703d9d52da67032238c9b22cb8c1025b9dcb6 authored almost 13 years ago
Cleaning up the core bootstrap file.

Signed-off-by: Taylor Otwell <[email protected]>

f473e4418ad75a944f16ad759b490188fd5211eb authored almost 13 years ago
Added override and clear methods to event class.

Signed-off-by: Taylor Otwell <[email protected]>

fdcebc1bcb67c8a0ba9ad71be0342e147b579efe authored almost 13 years ago
Added lang and view loader events.

Added lang and view loader events similar to the configuration loader.

Signed-off-by: Taylor Ot...

2331ae18cfa1bb7c5b4d4986b9b809074b31bec3 authored almost 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

32d4eeff14a0b20690729397765c5c3ba07b78b8 authored almost 13 years ago
Fix typo

Fix typo in the configuration loader event description.

Signed-off-by: Taylor Otwell <taylorotw...

5a25b5a7146273980a0c2a6a532350732736a203 authored almost 13 years ago
Setting up default config loader event.

Went ahead and just register the config.load event with Laravel on every request and default to ...

16fa094cc320029d856341223d1efd0e420e98be authored almost 13 years ago
Allowing for config.load event.

Moved more basic logic into application start to make it easier to hook into early life cycle ev...

be9549615861a627568d568974d968d5b6f2d944 authored almost 13 years ago
allow File::cpdir() to fail (and return false)

2c4d35e6a4bb5eecf119b8db9f9d8151e484eb5f authored almost 13 years ago
Merge branch 'master' into develop

d12f868f8c361279c77a26a5454c758732b8db02 authored almost 13 years ago
default to showing all errors.

Signed-off-by: Taylor Otwell <[email protected]>

e36dba4f10402cdbcfa244133419515d75a4ad53 authored almost 13 years ago
Updated change-log.

Added note about cviebrock's unsigned method.

Signed-off-by: Taylor Otwell <taylorotwell@gmail....

871d205a35ee89c84f0f4804ea30ab42c9c1dfb3 authored almost 13 years ago
Merge pull request #370 from cviebrock/develop

Add unsigned() modifier, so you can create unsigned integer columns.

ebcae547fa2c4f949e992824d489ef0ddddc3e60 authored almost 13 years ago
Move method into grammar.php instead of duplicating in each grammar

b7d068f2f2f586271c158de2bb3e00fbd9ad0030 authored almost 13 years ago
Add unsigned() modifier, so you can create unsigned integer columns

26c7273493319652fab4891d4e030f3eac4128b8 authored almost 13 years ago
updating comment.

Signed-off-by: Taylor Otwell <[email protected]>

30d69ef548f8cf90ce00c35edd04c06982d35b65 authored almost 13 years ago
update changelog.

Signed-off-by: Taylor Otwell <[email protected]>

097f2929f3a7317c64e62a7a716789d7ecd0f73b authored almost 13 years ago
improve session ID assignment to avoid possible overlaps.

Signed-off-by: Taylor Otwell <[email protected]>

b37c966aea22b690225f45d217d0ada07cb20286 authored almost 13 years ago
updated changes.

Signed-off-by: Taylor Otwell <[email protected]>

e4c03aab3702bd9a708aba3bec24658927316593 authored almost 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

ad6a9e874d0ead6046b941e8147f6a7cb02065a1 authored almost 13 years ago
fix bug in route.

425192a05db7d5066a2ba62c4f844164c94ee21f authored almost 13 years ago
adding support for attaching filters based on URI routing.

Signed-off-by: Taylor Otwell <[email protected]>

5325acac6485cf58dfc2265ad5d8577b21e96923 authored almost 13 years ago
Changed the route filter in the comment.

Signed-off-by: Eric Barnes <[email protected]>

0f5252c5e5524ed64484c57f7cc482f433e6d362 authored almost 13 years ago
adding support for filter patterns.

Signed-off-by: Taylor Otwell <[email protected]>

01ddff5cdc3e0eab13e7fcd4a710e66735f672c1 authored almost 13 years ago
added search and extension functions to view class for registering them.

Signed-off-by: Taylor Otwell <[email protected]>

995448219432e0237d09133977f2e6fc50a77309 authored almost 13 years ago
updated change list.'

Signed-off-by: Taylor Otwell <[email protected]>

990f8d4adc382658de2ebac4fe469e6e25764d57 authored almost 13 years ago
added paths and extensions options to view class.

Signed-off-by: Taylor Otwell <[email protected]>

64b61abcd5c59ecf9ea2ddfbfd1510c29a0f1bb8 authored almost 13 years ago
fixing underscored library auto-loading.

Signed-off-by: Taylor Otwell <[email protected]>

ca5dfa4061f98e097384c29aedeaa7d57ed9be15 authored almost 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

2fdde4ad2f4678948d878218f0aba68c5f1c1864 authored almost 13 years ago
cleaning up code.

Signed-off-by: Taylor Otwell <[email protected]>

621fee09be6f9412808d57305661ca16ae0e4b68 authored almost 13 years ago
cleaning up code.

Signed-off-by: Taylor Otwell <[email protected]>

d87b01ad6c902542d9db655d8624718880248ba4 authored almost 13 years ago
Merge branch 'master' into develop

d4f3813b768d44dce277ea303ad53a376750a4e0 authored almost 13 years ago
updating readme.

Signed-off-by: Taylor Otwell <[email protected]>

37ea2c8221eab85cacd26c9d2d004e8b9bea0037 authored almost 13 years ago
updating readme.

Signed-off-by: Taylor Otwell <[email protected]>

714e2f8c108bc1015a87dcfbebc6c2eb2b17baf6 authored almost 13 years ago
updating readme.

Signed-off-by: Taylor Otwell <[email protected]>

5ff6ea5bcc9e56586d26faed105d000247061cf7 authored almost 13 years ago
simplify autoloader namespace mapping.

Signed-off-by: Taylor Otwell <[email protected]>

a08537335ae5d6ec39bebfe6119edfda067aba71 authored almost 13 years ago
cleaning up code.

Signed-off-by: Taylor Otwell <[email protected]>

909413916c52fe37772e9056e5dc8edab546a842 authored almost 13 years ago
cleaning up view code.

Signed-off-by: Taylor Otwell <[email protected]>

2a02b9f6acefdb1eff218256fb54ca25e241ee6f authored almost 13 years ago
dont override paths if they are already set in bootstrap.

711d60a50618e285aee1f56da21b1d7ab97af0d4 authored almost 13 years ago
modified log gitignore.

a289b287e8d07bf5834e5883ce95050808fa5d9e authored almost 13 years ago
Merge branch 'master' into develop

4064013e847389de0fbf5d30790fa06a6ab7a4ff authored almost 13 years ago
incremented version.

1e5c6ee24650a7d34fe2b85f80bcbce06aa448b2 authored almost 13 years ago
added certificate of origin to license file.

14f82766fbc4b0516a418c8c28ebc58cb901a9af authored almost 13 years ago
add change note.

fa9bad811f63a7aa17680849d2c4718f30d5b119 authored almost 13 years ago
add change note.

cb55111724290ed584b5069d66439d2ee7cff880 authored almost 13 years ago
updated changelog.

62ffbc270a4c9be7f7f9a157309e7c994eba09df authored almost 13 years ago
updated changelog.

818a488d4a267bf4d8d2f92c64d6f838c89bc435 authored almost 13 years ago
add change note.

1d209fde785ecc6c944eb036fc1f32b1fbd8a72e authored almost 13 years ago
make the pdo fetch style configurable.

484a737382763a2d91a293e7aebd1805843c85ac authored almost 13 years ago
comment cleanup.

9804bb55dc28f94cf6917409defd3e69f5769c1a authored almost 13 years ago
clarify cookie comment.

97cb0035f4935e60ccd86f881156d4a1ddd23ad9 authored almost 13 years ago
cleaning up the cookie class.

c9bb800ee92f7f704ff52e31681d8a171f2fb89a authored almost 13 years ago
added link_to_action method to html class.

9019c6e2f61edb60ce35537407ae39ea05f7b1b9 authored almost 13 years ago
blade ext constant no longer needed.

d6fba0ade1add8c4883882a7b3029d7bd5e30eaa authored almost 13 years ago
removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core.

49d3c5251b5c81195e0460ae24e0d7165a703728 authored almost 13 years ago
Added shortcut method to load a designated route's response

115eb8d085515388f7de932feb52eea861ad65f0 authored almost 13 years ago
working on view engine event.

441a9e206f36f9b06b853f4a109218b65bd1c747 authored almost 13 years ago
trimming up comment bloat.

2b4ab94e6b9e247b4e9018fe811960d6f3ca931f authored almost 13 years ago
fixing comment.

753c769d103df6f7404d7f37c837f6011d9e0aa9 authored almost 13 years ago
cleaning up classes.

160e839e812bc165fd4d09f61409cc1935f40236 authored almost 13 years ago
allow events to override the log class.

fadadd0f62968826ff56f4ecd5282a87b2c3365f authored almost 13 years ago
basic code cleanup.

157f619e9887d01ecd911baa701e8520a817fac1 authored almost 13 years ago
improving some comments.

e69f988fe52dc9799215ef8373b0e9c19dc3a7c0 authored almost 13 years ago
allow multiple request methods for uri.

d29a12794815311c46518ede1a94e00198ee5efe authored almost 13 years ago
fix handling of HEAD http requests.

f624a6849f6d4b32ce6187bffaf6293cad5277c7 authored almost 13 years ago
added support for controller factories.

e70261e962da5b570674329620c1338a210a2b05 authored almost 13 years ago
set application key by default.

86fa595317ea6ef84174896230978a01a770b172 authored almost 13 years ago
resolving merge conflicts.

257d917e196eef20fcd27eb91697dc3b5c75429f authored almost 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

0f448271f6c44eb8d3c04514e1ec8ddf92b2cb51 authored almost 13 years ago
cleaning up code.

f84bdb98a1dbb00a37abe9af4dbcc468a78a3592 authored almost 13 years ago
cleaning up code.

271e73462dc2396c8a496637e96dacb431bc85b2 authored almost 13 years ago
cleaning up code.

ca40180b54d28c54b3dedb30cd4b764785a5a168 authored almost 13 years ago
cleaning up code.

353c7c527f65b18da25c4de07f69a26a0e722518 authored almost 13 years ago
increment version.

b5f568404a035e082481d644b9e0db94c9a63230 authored almost 13 years ago
fix bug in controller auto-loading.

3789972a35924846ef77bba599500a828731a236 authored almost 13 years ago
alias aggregate column in query grammar.

f6ef233d3994ad1cf490901d1a51996dc0cea0b2 authored almost 13 years ago
Merge pull request #351 from ladea/develop

typo

c88433f16a59e7a9b26f14a2e379d2bc49a0c913 authored almost 13 years ago
typo

670dee6c495ee8cd5644c7cb18350765588fc92b authored almost 13 years ago
Merge pull request #349 from Kindari/patch-1

Fix Directory Separator issue in Bundle autoloads

5919b039e62e1afb0566a344d272453e454129c2 authored almost 13 years ago
Use rtrim instead of prepending DS to avoid Windows issues

6bed34fb8bdf4d03f716e8b6c34fbf47498e78f5 authored almost 13 years ago
Trimmed Directory separator produces relative (and wrong) paths for bundles

dd5ff5f12b5fb4cfffa73c523efc55d32725dca7 authored almost 13 years ago
rename autoloading method.

4e9369f5bf4e281760b617851202d689b959f3cd authored almost 13 years ago
clean up auto-loader registrations.

1ff9deb15035f5a7702b460e89dc638223d026ae authored almost 13 years ago
cleaning up bundle registration.

e996093b723c1d2f947e9b67e912476ffffec3cc authored almost 13 years ago
remove bundle guessing in autoloader in preference of explicit config.

5c66658428b1001504f6629a67efff618f42d281 authored almost 13 years ago
updating bundle class loading.

16dca5e74e09d3745750d607cb0170525397f59c authored almost 13 years ago
added ability to specify autoloader configuration for bundles in bundles.php

ec84d3f90d924e5b538d942f70c5ed6554cec95f authored almost 13 years ago
silently flush output buffer on error.

a88511428ad73909546fc351b67987a93588c43e authored almost 13 years ago
global after filter receives response object.

7f3f1f3481beafea0f14fa5b9df459173398c5fe authored almost 13 years ago
cleaning.

1098d50afff938e435767bf105ab66af51ad6f1d authored almost 13 years ago
cleaning up code.

ea358eb371e1cfdfc2be6019f384c9424b96ba27 authored almost 13 years ago
autoload bundles based on namespace.

b262e743c07ef801f7d48f1684badfabac45033d authored almost 13 years ago
tweaks.

106b5dc1e13d90121f1ad086653ea65d4c44b6a4 authored almost 13 years ago
tweaking autoloader variables.

22e5d8e425c12c582a12326f2536e385a055e25d authored almost 13 years ago