Hi guys, Finally, after a few weeks of silence some content from our team - we've released a new package, see video and github links below. On top of that, a few Laravel 5.6 reviews from the community, and useful packages. Have fun!
My top 3 Laravel 5.6 features
christoph-rumpel.com
Yesterday Taylor Otwell released Laravel 5.6 right before the Laracon Online conference. We had a little conference party here in Vienna and a great time watching all the talks together. In one of them Taylor walked us through the new Laravel features and I want to point out my top 3 of them.
Naoray/laravel-reviewable
github.com
This package adds a reviewable feature to your app. First, add the Naoray\LaravelReviewable\Traits\HasReviews trait to your model you want to add reviews to.
Streaming CSV Using PHP
medium.com
In one of our application, there’s a need to get list of data from a service. This data is used to generate report by background process, resulting a XLSX file that can be downloaded or attached to email. This service (an API) is written in Laravel.
Laravel Horizon with Forge and Envoyer
medium.com
I recently installed Horizon for Laravel.io and while it wasn’t that hard to install, I still had to figure some things out. Since this was the first time setting everything up I thought I’d write up the steps to take to get started with Horizon and set everything up with Forge and Envoyer.
File Uploads with Laravel and Dropzone
phpbits.in
File uploads with Laravel is incredibly easy, thanks to the powerful file system abstraction that it comes bundled with (go ahead and give a shout-out to Frank de Jonge for the awesome FlySystem package) .
Under Construction Package
laravel-news.com
This Laravel package by Lars Janssen, allows you to put your application in an “Under Construction” mode and then only users with the correct 4 digit code can access your site.
vlajos/misspell_fixer
github.com
Utility to fix common misspellings, typos in source codes. There are lots of typical misspellings in program codes. Typically they are more eye-catching in the living code but they can easily hide in comments, examples, samples, notes and documentations.
That's it for this week, see you next Thursday! Povilas Korop
|