Jul 3, 2016
0
Level 3
A week of Laravel #12 (26 June-03 July 2016)
Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], laravel/docs [master, 5.2], laravel/homestead [master], laravel/cashier [6.0], laravel/elixir [master], laravel/valet [master], Podcasts: The Laravel Podcast, The Laracasts Snippet, Laravel News Podcast, Laracasts, Larajobs
Published: July 03, 2016
laravel/framework
master
- 0b4f798: add pipe function (#13899) @freekmurze
- cffcd34: refactoring changes @taylorotwell
- 015db87: format long line @taylorotwell
- d54500e: Fix MySQL multiple-table DELETE error (#14179)http @staudenmeir
- 41fd377: [5.2] Pagination optimize (#14188)* Add test for E @mnabialek
- 37665f1: fix spacing @taylorotwell
- 5aa3a58: code cleaning @taylorotwell
- e2860de: New methods: SessionStore::increment and SessionSt @dereckson
- 917dfbc: [5.2] add moveDirectory method (#14198)* add moveD @jordonbrill
- e6dd517: Improve code documentation: increment → decremen @dereckson
- 8bd23ef: added getKey method @taylorotwell
- 741f29d: Make getConnectionName Overridable (#14194)Use fun @bretto36
- ee7b8cf: Fix morphTo eager loading @acasar
- 68a4993: Allow easy addition of custom drivers. @taylorotwell
5.2
- 0b4f798: add pipe function (#13899) @freekmurze
- cffcd34: refactoring changes @taylorotwell
- d54500e: Fix MySQL multiple-table DELETE error (#14179)http @staudenmeir
- 41fd377: [5.2] Pagination optimize (#14188)* Add test for E @mnabialek
- 37665f1: fix spacing @taylorotwell
- 5aa3a58: code cleaning @taylorotwell
- e2860de: New methods: SessionStore::increment and SessionSt @dereckson
- 917dfbc: [5.2] add moveDirectory method (#14198)* add moveD @jordonbrill
- e6dd517: Improve code documentation: increment → decremen @dereckson
- 741f29d: Make getConnectionName Overridable (#14194)Use fun @bretto36
- ee7b8cf: Fix morphTo eager loading @acasar
- bf987ea: add additional return types to auth() helper docbl @ockle
- a8df2de: refactor @taylorotwell
- a0cd0ae: code refactor @taylorotwell
- 5ffdf9a: modify testExtendInstancesArePreserved test (#1415 @zhuanxuhit
- 4ca961b: change order @taylorotwell
- 504e56e: Allowing passing along transmission options to Spa @djtarazona
- bb4021b: comment @taylorotwell
- 3c22cbb: [5.2] Typos...i think :confused: @JayBizzle
- c12e8bf: Remove optional parameters $true and $false @DuckThom
- 9a925e4: [5.2] Properly support PDO::FETCH_CLASS in cursor( @vlakoff
5.1
- d54500e: Fix MySQL multiple-table DELETE error (#14179)http @staudenmeir
laravel/laravel
master
- cd03204: Add language line for file validation rule. @byCedric
- d3aff65: expire jobs after 90 seconds @halaei
develop
- 34eb11f: [5.3] Password broker would always use notificatio @crynobone
- 9575714: Add notifiable trait to default user. @taylorotwell
laravel/docs
master
- 3420e54: added period @taylorotwell
- dd9a952: Add file rule @mnabialek
- 7ecd59a: tweak wording @taylorotwell
- ef66cb3: DOCS for migrate:refresh with step option @srmklive
- 5da9ade: slight wording changes @taylorotwell
5.2
- d9323d0: validation: remove mention of filter_varThe curren @mfn
- d98a7df: Update homestead.md @christophrumpel
- 6b52d39: StudlyCase instead of CamelCaseAs there is already @gauravmak
- 3420e54: added period @taylorotwell
- dd9a952: Add file rule @mnabialek
- 5da9ade: slight wording changes @taylorotwell
laravel/homestead
master
- 57afaa9: Use MariaDb Xenial PPA [Gustave]
- 4dd0e0c: fix line break @taylorotwell
laravel/cashier
6.0
- 5e586be: update travis @taylorotwell
laravel/elixir
master
- 3cf1ae4: Pre-release v6.0.0-8 @JeffreyWay
- 830a7d0: Move Browsersync to installable extension @JeffreyWay
- de1be37: Remove undocumented elixir.json option @JeffreyWay
- e261a04: Exit for deprecated recipe call @JeffreyWay
- 28092fc: Lazy load versioning dependencies @JeffreyWay
- c746f3c: Move Webpack to its own extension @JeffreyWay
- 4239af4: For Gulp errors, exit with a failure @JeffreyWay
- 81e44a2: Exit immediately @JeffreyWay
- 7067ad8: Call task dependencies method if defined @JeffreyWay
- 83a4b03: Remove unnecessary step @JeffreyWay
- 6c90f27: Allow for passing options to initSourceMaps @JeffreyWay
- 983c983: Load local and official external dependencies @JeffreyWay
- 1b3d392: Use faster source map option @JeffreyWay
- 4876668: v6.0.0-6 @JeffreyWay
- f87df52: Return mix.scripts() to old behavior. - ImportantF @JeffreyWay
- 79a4d2a: Remove babel from config @JeffreyWay
- b05c91d: Don't dump file watchers @JeffreyWay
- 521be4d: Pre-release 6.0.0-5 @JeffreyWay
- ff82b10: Allow for configuring Webpack babel presets @JeffreyWay
- c9be574: Allow for copying to destination directories with @JeffreyWay
- b1785c8: Add option muted @ricardogobbosouza
-
de37dfe: Fix
scriptsInissue (options not defined error) @teriu - 19eccf4: Add option muted @ricardogobbosouza
- 9a84046: Copy src directories with dots in them - closes #5 @JeffreyWay
- a327fdd: No need to check task length @ricardogobbosouza
laravel/valet
master
- 68ff17a: Added valet support for Symfony < 3.0 (#87)* Added @xyNNN
- d2f7d57: fix for the empty $name issue (#94)fix for the emp @vitr
Podcasts
The Laravel Podcast
The Laracasts Snippet
Laravel News Podcast
Laracasts
- How Do I Distribute an NPM Package Written With ES2015
- Step 6: Understanding Arrays
- Step 5: Separate PHP Logic From Presentation
- Step 4: PHP and HTML
- Step 3: Variables
- Step 2: Install a Proper Code Editor
- Step 1: Get PHP Installed
- How Do I Restrict Access With Nginx
- VarDumper
- VideoJS Events and AJAX Requests
Larajobs
- Web Developer
- Senior Front End Web Application Engineer
- Senior PHP Engineer
- PHP/Web Developer
- PHP/Laravel developer full-time on site in Wilmington, NC
- Junior Software Engineer
- Info Systems/Business Analyst -Web Developer
- Full Stack Software Engineer
Reference: https://github.com/rinvex/larapulse/blob/master/2016/2016-07-03-a-week-of-laravel.md
Please or to participate in this conversation.