Hello to all Laravel users, Another week full of interesting articles from the community, and also two interviews with authors of interesting Laravel-based projects, see below.
Before you jump in reading, I encourage you to follow us on Twitter: - My personal account: @PovilasKorop - Our team's account with Laravel tips&tricks: @DailyLaravel - QuickAdminPanels's account with useful Laravel tools: @QuickAdmin
Now, have a good read!
Articles from Laravel Daily blogs
Laravel-related articles from all the web
Multi Language API Response Messages In Laravel
medium.com
When providing API Service, sometimes we need to set multiple language for handling response. For example, for servicing mobile apps that has multi language support, user needs to get proper active language message in their app.
Dylan-DPC/Importer
github.com
This package allows you to import data from another database locally. Make sure you have created a new database connection for your temporary database (from where you want to import the data) and it contains the required data.
Laravel Continuous Integration using Codeship
jkudish.com
In my last blog post, I talked about how we test our Laravel applications. In this post, I’d like to expand on how we’ve set things up for Continuous Integration using a service called Codeship. First of all, let me define the term.
A conversation on laravel-html
murze.be
Hi, how are you I’m fine thanks! How are you? I saw you released another package last week. Yup yup, you mean laravel-html, right? It was actually coded up by my colleague Sebastian, who did an awesome job.
Server Sent Events using Laravel and Vue
chrisblackwell.me
Recently I was working on a new project, where I had to stream stock data and display it on a chart. My first instinct was to setup a loop using setTimeout, but I quickly realized that wouldn’t work for my exact needs. Stock prices change so frequently, often happening several times a second.
Laravel's MySQL JSON Manager
www.laragle.com
So, do you have a JSON data type column in your MySQL database and you're using Laravel framework? Well, this tutorial might help you manage your JSON column in more easy way. Next, let's use the trait in the model that has a JSON column in it. In this case let's use it in the User model:
zeeshanu/opus
github.com
Opus is a place for your team to document who you are, what you do and how you do it. It helps you create and maintain a knowledge base for your teams.
Symfony 4: Compose your Applications
fabien.potencier.org
Note: If you are a Medium user, my new articles are now cross-posted there as well. Note: Symfony 4.0 will be released at the end of November 2017. During the next few weeks, I will publish articles about my ideas and the main changes I want to implement for Symfony 4.
Stay up to speed with PHP by reading these feeds
medium.com
In the PHP ecosystem we’re blessed with so many people blogging about their favourite language. Everyday new interesting content on PHP gets posted somewhere on the web. Visiting each blog separately to see if new content has been posted is quite tedious.
koomai/phpstorm-laravel-live-templates
github.com
It's hard to remember shortcuts when there are a large number of options. A more efficient way is to take advantage of PhpStorm's Insert Live Template shortcut. Type as few or as many letters as you want and press Cmd + J. Then continue typing to filter the options.
That's it for this week, see you next time! Povilas Korop LaravelDaily Team
|