Hi guys, This is Laravel Daily newsletter issue #71. While Laravel 5.4 should come out next week, we have a huge list of really different topics, so without further ado - let's get into it.
Articles from Laravel Daily blogs
Don't forget to restart Tinker
laraveldaily.com
Artisan Tinker is a nice way to quickly check some commands without making changes the code. You launch artisan tinker and can do things like database queries, check if some functions are working etc. But there’s one thing to keep in mind.
Laravel-related articles from all the web
Handy Aliases for Laravel Development
medium.com
When working with Laravel, you have to use your CLI tool pretty much. I found I was running long commands several times, so I made some handy aliases for them, to quickly run long commands with small abbreviations. The CLI tool I use is iTerm with Oh My Zsh.
What to expect from Laravel in 2017
pascalbaljetmedia.com
The release of version 5.4 of the Laravel Framework is expected to be released in the next few weeks. Some exiting new features, enhancements and changes are coming! Here's a short overview of what to expect. The release of Laravel 5.5 is expected in July and will require PHP 7.0 or higher.
Laravel-Metable
www.plankdesign.com
It has been roughly six months since we released Laravel-Mediable, our first open source Laravel package. Developing this project has been a truly fulfilling experience.
Did you mean functionality with Laravel Scout
tnt.studio
In this tutorial, we'll show you how to create "Did you mean" functionality fast and easy. Data we'll use will be a large city database consisting of more than 3 million cities. The idea is to show the correct city name in case your users misspell them.
Easily work with the Twitter Streaming API in PHP
murze.be
Twitter provides a streaming API with which you can do interesting things such as listen for tweets that contain specific strings or actions a user might take (e.g. liking a tweet, following someone,…). In this post you’ll learn an easy way to work with that API.
mnabialek/laravel-handy-request
github.com
This module makes easier to filter all incoming requests in Laravel 5 applications. For example, let's assume you want to trim all incoming data or maybe add some extra fields that don't come from external input - this all you can do with a few steps to work in your whole application.
How to Start using Transformers in Laravel
medium.com
Laravel is one of a popular PHP framework out there. Laravel also happened to use REST paradigm by nature. Today, I’m going to write a story about creating a simple transformer in Laravel. This story assumes you already know the basic of Laravel.
Share users between Wordpress and Laravel
medium.com
This week I was working on a project that requires to upgrade a Wordpress-based system to a Laravel 5.3 based one. The Wordpress platform has already a huge number of users that should maintain their login credentials on the new Laravel system.
PHPStorm 10 keyboard shortcuts you will love
42coders.com
If you are using PHPStorm and want to get the most out of your tool you should use keyboard shortcuts. I use this all the time. It opens a window with your last used files. If I have to switch between to Files its just CMD + E followed by RETURN. This saves a lot of time.
Laravel Uptime Monitor
laravel-news.com
The internet has become indispensable and the revenue source for a lot of people. It’s not acceptable for most web apps to be down even for a few seconds.
tomirons/tuxedo
github.com
Tuxedo is an easy way to send transactional emails with Laravel's Mail classes, with the templates already done for you. There are currently 3 different types of classes you can extend. ActionMailable, AlertMailable, and InvoiceMailable, and each have their own special properties and methods.
Laravel and multi-tenancy
tirdeamihai.com
Now that we got that out of the way, I'll explain a bit. This 2 websites (not limited) share the same code. The data they hold is country specific, but we need keep some tables shared for both of them, as we can see in the diagram above.
That's it for this week, see you next Thursday! Povilas Korop Laravel Daily Team
|