From 72b003da6d48602c1a2dc4603e04c13aa1f72dfd Mon Sep 17 00:00:00 2001 From: Fariz Luqman Date: Thu, 16 Feb 2017 02:51:05 +0800 Subject: [PATCH 01/34] Use nightly builds for php-core package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bbfb907..7048584 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": ">=5.4.0", "filp/whoops": "^2.1", - "stupidlysimple/php-core": "0.4.*", + "stupidlysimple/php-core": "dev-nightly", "symfony/var-dumper": "^3.1", "phpFastCache/phpFastCache": "^4.3", "illuminate/database": "5.2.*", From 80a546b5b06c0b1d8bbba825cadddbe049b738c3 Mon Sep 17 00:00:00 2001 From: Fariz Luqman Date: Thu, 16 Feb 2017 02:59:36 +0800 Subject: [PATCH 02/34] Update composer.lock --- composer.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5e5f048..7728b08 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "58c3c1c9d434587c91e97c4ee3f8414f", + "content-hash": "9a8bcbb5a80f058cbb66ecc17eca28a0", "packages": [ { "name": "cartalyst/sentry", @@ -611,16 +611,16 @@ }, { "name": "stupidlysimple/php-core", - "version": "0.4.0", + "version": "dev-nightly", "source": { "type": "git", "url": "https://github.com/stupidlysimple/php-core.git", - "reference": "275c09f97aa88cbbfa7cd8033668f00609702f74" + "reference": "7017cafb57143f678ba53cae341b69165a4000de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stupidlysimple/php-core/zipball/275c09f97aa88cbbfa7cd8033668f00609702f74", - "reference": "275c09f97aa88cbbfa7cd8033668f00609702f74", + "url": "https://api.github.com/repos/stupidlysimple/php-core/zipball/7017cafb57143f678ba53cae341b69165a4000de", + "reference": "7017cafb57143f678ba53cae341b69165a4000de", "shasum": "" }, "require": { @@ -653,7 +653,7 @@ "php framework", "stupidly simple" ], - "time": "2017-02-15T17:05:53+00:00" + "time": "2017-02-15 18:06:17" }, { "name": "symfony/polyfill-mbstring", @@ -2150,7 +2150,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "stupidlysimple/php-core": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { From bad97b682915e947c79d1bf694dbe613c946a5bf Mon Sep 17 00:00:00 2001 From: Fariz Luqman Date: Thu, 16 Feb 2017 03:05:32 +0800 Subject: [PATCH 03/34] Introducing Storage --- resources/storage/cache/index.php | 2 ++ resources/storage/upload/index.php | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 resources/storage/cache/index.php create mode 100644 resources/storage/upload/index.php diff --git a/resources/storage/cache/index.php b/resources/storage/cache/index.php new file mode 100644 index 0000000..aa21832 --- /dev/null +++ b/resources/storage/cache/index.php @@ -0,0 +1,2 @@ + Date: Thu, 16 Feb 2017 03:07:49 +0800 Subject: [PATCH 04/34] Storage config file --- config/storage.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/storage.php diff --git a/config/storage.php b/config/storage.php new file mode 100644 index 0000000..5a07475 --- /dev/null +++ b/config/storage.php @@ -0,0 +1,5 @@ + Date: Thu, 16 Feb 2017 03:24:28 +0800 Subject: [PATCH 05/34] Remove para under nightly build --- README.md | 2 -- resources/views/layouts/footer.php | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 709b3e7..0f7ad9e 100755 --- a/README.md +++ b/README.md @@ -92,8 +92,6 @@ Introducing nightly builds: we are really committed to project that we decided t Nightly builds are released more often than the stable build. Eventually a nightly build will be converted to stable. -Developers are very recommended to create pull request under the nightly branch. - [Get nightly builds](https://github.com/stupidlysimple/php/wiki/Nightly-Builds) [[back to top]](#table-of-contents) diff --git a/resources/views/layouts/footer.php b/resources/views/layouts/footer.php index b0e537a..cfe0bab 100644 --- a/resources/views/layouts/footer.php +++ b/resources/views/layouts/footer.php @@ -1,5 +1,5 @@ -