Hey guys, Usual Thursday newsletter. Nothing too special this week - still working on QuickAdminPanel, a few client projects and LMS video series, and scrolling Twitter for useful articles to share with you. I hope you enjoy it!
Articles from Laravel Daily blogs
Laravel Versions News
How to install Laravel 5.5 (dev)
medium.com
If you want to play with the upcoming new version of Laravel (5.5) you can easily install it. This version includes the upcoming new version of the “laravel/framework” packages.
Laravel-related articles from all the web
Writing Custom Laravel Artisan Commands
laravel-news.com
I’ve written console commands in many different languages, including Node.js, Golang, PHP, and straight up bash. In my experience, the Symfony console component is one of the best-built console libraries in existence—in any language.
Laravel Spark User Verification
medium.com
Normally Spark sign ups do not require email verification because the user is signing up to pay monthly or whatever. But I needed a permanent ‘Free’ account option for my app that does not run out after a set time.
Optimize Model Queries with Eager Loading
laravel-news.com
Object Relational mapping (ORM) makes working with databases amazingly simple. While defining database relationships in an object-oriented way makes it easy to query related model data, developers might not pay attention to the underlying database calls.
Server side Swift for Laravel developers part 3
medium.com
Unfortunately, Xcode does not render Leaf-templates correctly. You could manually set the type to HTML, but this will revert every time you build. Instead, I went back to good old Sublime for editing templates. First install Leaf — Packages — Package Control Open Resources/Views/base.
Simple Tags System Example in Laravel 5
itsolutionstuff.com
If you are writing article for your blog or your personal website then you must need to implement taggable system in your website. If you write article or post for food then you have to create tags like on foods name, foods type etc.
Azure hosting LEMP with PHP 7.1 and Laravel 5.4 — Part 1
medium.com
This article discusses getting a Azure Linux virtual machine service up and running with various local services from the command line. A nice way to get a prototype live and running for review and not really caring about safety and scale. I hope someone finds the fruits of my labour useful.
Useful Packages
dwightwatson/laravel-auth-tests
github.com
These are some boilerplate PHPUnit tests that will provide coverage for Laravel's auth scaffold. Drop them into a fresh (or existing) Laravel app that uses the scaffold to ensure your users can register, login and reset their passwords.
appstract/laravel-blade-directives
github.com
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon. The MIT License (MIT). Please see License File for more information.
jpcaparas/laravel-notifications-demo
github.com
A demo illustrating how Laravel notifications work through various channels (e.g. SMS, email, Slack, database). Sign up for an account (with free credits) on Nexmo to generate values for NEXMO_* directives on the .env file.
jsefton/migrate-environments
github.com
This Artisan command allows you to migrate to external or additional environments by switching out the database details in an easy to use prompt interface. This can be useful if you external staging and production environments and need to test or run migrations against the databases.
Thanks for reading, see you next week! Povilas Korop LaravelDaily Team
|