Hey guys, this week I've shot a video about GitHub (so good to be back shooting videos!) right after the news that it will be acquired by Microsoft, interesting times!
Back to Laravel world, we have quite a few articles from the community, including video about the state of PHP from the creator of PHP himself. Also, at the end you will a find a few links unrelated to Laravel, but hopefully very helpful. Enjoy!
Resources from LaravelDaily Team
Laravel-Excel 3.0: Export Custom Array into Excel
laraveldaily.com
Recently popular package Laravel-Excel released a new version 3.0, which was a pretty radical change from previous versions. I needed to do a simple Excel export and noticed that their documentation covers only export from Laravel Collections but not from some custom structure.
Articles from Laravel Community
Laravel Echo Server — How To
medium.com
In my opinion, real-time apps are the future. Socket servers usually were not that easy to setup, but Laravel Echo Server changes this. In this article, I’ll briefly show you how to quickly wip up a working socket server and broadcast events over the server. (https://github.
Laravel Behind the Scenes: Interfaces
crnkovic.me
That's a lot of interfaces and I thought this may be a good topic since some of these interfaces are implemented in various classes throughout the entire framework and for a good reason too. You probably noticed that Laravel provides flexibility and customization everywhere.
Announcing Laravel Events
laravel-news.com
Laravel Events is a brand community site that I created with the goal of helping keep the community informed of conferences, meetups, and other events. My goal is to pull over the events for the Laravel News homepage and also integrate with the weekly newsletter.
Using GitLab's pipeline with Laravel
lorisleiva.com
GitLab's pipelines can be scary at first (because you know... Docker) but they're really easy to setup and very helpful. Here's how I set up the pipelines of my Laravel applications on Gitlab. GitLab's pipelines contain one or several jobs. Those jobs run in complete isolation.
Laravel on Digital Ocean with Larasail
www.youtube.com
https://github.com/thedevdojo/larasail Larasail is a simple CLI tool to help you setup a Laravel Server on Digital Ocean.Make sure to signup for Digital Ocean from the following link: https://m.do.co/c/6e2fb7e2925f
PHP in 2018
laravel-news.com
PHP in 2018 is a talk by PHP creator Rasmus Lerdorf, which focuses on new features in PHP 7.2 and 7.3. We have some exciting low-level performance wins coming to PHP 7.3, which should be out late 2018. It’s highly encouraging that PHP’s focus is mainly on performance in the PHP 7.x releases.
Using Browser-Sync with Laravel … without Mix or Webpack
novate.co.uk
Prompted by a question on Laracasts, I wanted to see if I could use Browsersync to automatically refresh the browser after each code change. I mostly do back-end development, but all the docs about Browsersync are related to front-end JS and CSS development. My needs were simpler.
topclaudy/compoships
github.com
Compoships offers the ability to specify relationships based on two (or more) columns in Laravel 5's Eloquent. The need to match multiple columns in the definition of an Eloquent relationship often arises when working with third party or pre existing schema/database.
SOLID Principles-simple and easy explanation
hackernoon.com
SOLID Principles is a coding standard that all developers should have a clear concept for developing software in a proper way to avoid a bad design. It was promoted by Robert C Martin and is used across the object-oriented design spectrum.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|