Skip to content

Commit 304b5a8

Browse files
authored
Merge branch 'master' into patch-15
2 parents 157403d + 12a5f30 commit 304b5a8

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
104104
* [Eloquent Sluggable](https://github.com/cviebrock/eloquent-sluggable) - Create slugs for Eloquent models
105105
* [Eloquent Sortable](https://github.com/spatie/eloquent-sortable) - Sortable behaviour for Eloquent models
106106
* [Presenter](https://github.com/laracasts/Presenter) - Presenter for Models
107-
* [HTML](https://github.com/LaravelCollective/html) - Official HTML and Form Builders for Laravel
107+
* [HTML](https://github.com/LaravelCollective/html) - HTML and Form Builders for Laravel
108108
* [Hyn/multi-tenant](https://github.com/hyn/multi-tenant) - Flexible multi tenancy with secure separation of a.o. routes, assets and databases
109109
* [Laravel 5 form builder](https://github.com/kristijanhusak/laravel-form-builder) - Form builder for Laravel 5 inspired by Symfony's form builder.
110110
* [Intervention Image](https://github.com/Intervention/image) - Image handling library for creating, editing and composing images
@@ -125,6 +125,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
125125
* [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown) - CommonMark markdown parser
126126
* [Laravel MediaLibrary](https://github.com/spatie/laravel-medialibrary) - Associate files with Eloquent models
127127
* [Laravel Menu](https://github.com/spatie/laravel-menu) - Html menu generator for Laravel
128+
* [Laravel Talk](https://github.com/nahid/talk) - Realtime User messaging system
128129
* [Laravel Messenger](https://github.com/cmgmyr/laravel-messenger) - User messaging system
129130
* [Laravel Moderation](https://github.com/hootlex/laravel-moderation) - A simple Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
130131
* [Laravel Paginateroute](https://github.com/spatie/laravel-paginateroute) - Laravel router extension to easily use Laravel's paginator without the query string
@@ -210,6 +211,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
210211
* [Intervention Image Cache](https://github.com/Intervention/imagecache) - Caching extension for the Intervention Image Class
211212
* [Laravel HTMLMin](https://github.com/GrahamCampbell/Laravel-HTMLMin) - Blade/HTML/CSS/javascript minifier
212213
* [Rememberable](https://github.com/dwightwatson/rememberable) - Query caching for Laravel 5 (eloquent)
214+
* [Widgetize](https://github.com/imanghafoori1/laravel-widgetize) - Page Partial caching for Laravel 5
213215

214216
##### Localization
215217

@@ -221,6 +223,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
221223
* [Laravel Date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages, based on Carbon
222224
* [Laravel Langman](https://github.com/themsaid/laravel-langman) - Manage language files from Artisan Console
223225
* [Laravel Translation](https://github.com/waavi/translation) - Allow live edit/caching of translation entries, and localization of urls and Eloquent Model attributes.
226+
* [Linguist](https://github.com/keevitaja/linguist) - i18n localization support for Laravel
224227

225228
##### Third-party Service Integration
226229

@@ -246,9 +249,10 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
246249
* [Getting Started with Laravel Homestead](https://scotch.io/tutorials/getting-started-with-laravel-homestead)
247250
* [Installation on macOS and Linux](https://laracasts.com/series/laravel-5-from-scratch/episodes/3)
248251
* [Installation on Windows](http://blog.teamtreehouse.com/laravel-homestead-on-windows)
249-
* [Valet](https://laravel.com/docs/5.3/valet/) - development environment for Mac minimalists
250-
* [LaraDock](https://github.com/LaraDock/laradock) - Run Laravel on Docker (Like Homstead but for Docker instead of Vagrant).
251-
* [LaraEdit Docker](https://github.com/laraedit/laraedit-docker) - Homestead environment in a single Docker container.
252+
* [Valet](https://laravel.com/docs/5.3/valet/) - Development environment for Mac users
253+
* [Valet Linux](https://github.com/cpriego/valet-linux) - Development environment for Linux users
254+
* [LaraDock](https://github.com/LaraDock/laradock) - Run Laravel on Docker (Like Homestead but for Docker instead of Vagrant)
255+
* [LaraEdit Docker](https://github.com/laraedit/laraedit-docker) - Homestead environment in a single Docker container
252256
* Install Laravel with Composer
253257
* [Windows](https://www.youtube.com/watch?v=m3D894qZKws)
254258
* [macOS or Linux](https://laracasts.com/lessons/laravel-installation-for-newbs)
@@ -339,6 +343,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
339343
* [Lynda](https://www.lynda.com/Laravel-training-tutorials/2779-0.html)
340344
* [Pluralsight](https://www.pluralsight.com/search?q=laravel&categories=course)
341345
* [Laracademy](https://laracademy.co/)
346+
* [Dev Marketer](https://www.youtube.com/channel/UC6kwT7-jjZHHF1s7vCfg2CA/playlists)
342347

343348
## Conferences
344349

@@ -408,8 +413,10 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
408413
* [Starter Someline](https://starter.someline.com)
409414
* [Laravel-admin](https://github.com/z-song/laravel-admin)
410415
* [Voyager](https://the-control-group.github.io/voyager/)
416+
* [Orchid](https://github.com/TheOrchid/Platform)
411417
* [Laravel REST API Boilerplate](https://github.com/francescomalatesta/laravel-api-boilerplate-jwt)
412418
* [Hello API](https://github.com/Porto-SAP/Hello-API)
419+
* [REST API With Lumen 5.4](https://github.com/hasib32/rest-api-with-lumen)
413420

414421
## Codebases for Reference
415422

@@ -447,8 +454,8 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
447454
* [Quarx](https://github.com/yabhq/quarx)
448455
* [WebEd CMS](https://github.com/sgsoft-studio/webed)
449456
* [Borgert CMS](https://github.com/odirleiborgert/borgert-cms/)
450-
* [WebEd CMS](https://github.com/sgsoft-studio/webed)
451457
* [PJ Blog](https://github.com/jcc/blog/)
458+
* [Laralum](https://laralum.com/)
452459

453460
## Newsletters
454461

@@ -477,7 +484,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
477484
* [Facebook](https://www.facebook.com/LaravelCommunity)
478485
* [LinkedIn](https://www.linkedin.com/groups/4419933/profile)
479486
* [Laraveles Slack](https://laraveles.slack.com) ([Signup](http://laraveles.com/blog/wp-login.php?action=slack-invitation))
480-
487+
* [Laravel UK](https://twitter.com/UKLaravel), [Slack Signup](http://laraveluk.signup.team)
481488
##### Local User Groups
482489

483490
* [Laravel Russia](https://laravel.ru/) ([VK group](http://m.vk.com/laravel_rus))
@@ -519,7 +526,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
519526

520527
* [LaraJobs](https://larajobs.com/)
521528
* [Laravel Gurus](https://laravelgurus.com/)
522-
* [With Laravel](http://withlaravel.com/)
523529

524530
## Hosted Development Tools
525531

@@ -530,6 +536,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
530536
* [Laravel Database Designer](http://biodesignrealworld.github.io/LaravelDatabaseDesigner/) - Graphical tool to create database schemas
531537
* [Laravel Model Generator Online](http://andressantibanez.com/laravel-model-generator/) - Make a laravel model online with migration code also generated
532538
* [StyleCI](https://styleci.io) - PHP Coding Style Service
539+
* [DependenCI](https://dependenci.miguelpiedrafita.com) - Continous ntegration tool for Composer
533540

534541
## Miscellaneous
535542

@@ -552,3 +559,5 @@ Found an awesome package, blog, video etc.? Send me a pull request!
552559
[![CC BY 4.0](https://licensebuttons.net/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
553560

554561
Awesome Laravel is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
562+
563+

0 commit comments

Comments
 (0)