Hello hello, Another week without a new article on LaravelDaily blog, but now you will see the reason - I was preparing for a big review of admin panel generators on Laravel News, where I've mentioned our QuickAdminPanel as one of the options. To be honest, I'm currently stuck between two worlds - freelance client work with my team, and working on our product QuickAdminPanel which started to get more and more premium customers. Interesting times and a lot of thoughts about priorities in life and what I want to do in general.
And next week I will come back with more "solo" articles, I promise. Meanwhile - community prepared a lot of useful things for you!
13 Laravel Admin Panel Generators
laravel-news.com
Developers are lazy. No, I’m not kidding—they work hard to create systems that help them avoid more work in the future. Especially, repetitive work. And there are quite extreme examples now—we don’t need to write code anymore; it is being generated for us.
Package: Laravel countries and currencies
github.com
Countriesname (common and native) currency languages states timezone flags (sprites, flag icons, svg) tld multiple ISO codes calling code capital alternate spellings region & sub region translations (country name translated to some other languages) latitude and logitude borders (countries) - you can
Testing Partial JSON Responses with Laravel
laravel-news.com
Laravel provides many useful helpers for testing your application and it has great support for testing HTTP testing through its fluent API. Here is a quick example to show how this can work. Let’s say your app has a way to fetch information on a specific user:
Review: Refactoring to Collections
laravel-news.com
“Never write another loop again.” A strong promo sentence used by Adam Wathan to market his Refactoring to Collections book, but does it hold the promise? Well, together we will explore how close that claim is to reality.
Caching using Eloquent events in Laravel 5.4
blog.sarav.co
On this article I’m going to share you one of the package I wrote recently to effectively do caching using eloquent events in laravel 5.4. While working on one of my project, I found that updating the cache values during creation/updation/deletion is quite painful.
Laravel Collection “tap” Method
laravel-news.com
Laravel 5.4.10 introduces a new tap method on collections which allow you to “tap” into the collection at a specific point and do something with the results while not affecting the main collection.
guidocella/eloquent-populator
github.com
This is a package to populate Laravel's Eloquent ORM's models by guessing the best Faker formatters for their attributes from their columns' names and types. It is based on Faker's other ORMs' adapters, but was released as a stand-alone package because several functionalities were added.
basemkhirat/elasticsearch
github.com
Laravel elasticseach query builder to build complex queries using an elegant syntax Keep away from wasting your time by replacing array queries with simple and elegant syntax you will love. Comes with laravel 5.4 and laravel scout 3 support.
Integrating Laravel and Flarum
wogan.blog
One of the features I wanted to add to Write500 was a community forum. I’ve worked with Flarum before, and while it’s still ostensibly beta software, it has some really nifty features and works quite well across desktop and mobile.
How It Works: Laravel Eloquent ORM
code.tutsplus.com
Laravel's Eloquent object-relational mapper (ORM) is one of the most-loved features of the framework. Eloquent makes it easy to connect to relational data in a database and work with it using Object-Oriented models in your Laravel app. It is simple to set up, easy to use, and packs a lot of power.
Installing Laravel on cPanel Shared Hosting
medium.com
Laravel is powerful. cPanel is user-friendly. Sometimes we need them to play well together — wether you just like cPanel Hosting or your client(s) want it, regardless I’ll run through it with you. This will take you through a config generator, you can set this up as you’d like.
Laravel Blade @prepend Directive
laravel-news.com
In version 5.4 Laravel added a new components and slots feature that simplifies building HTML elements into reusable areas. Now since v5.4.10 a new prepend directive has been which allows you to push an item to the front of the stack before it’s rendered.
Autocomplete using Laravel and VueJs
medium.com
Modern web conventions suggests using autocomplete for better user experience. Let it be an e-commerce website or a search engine these autocomplete will make it simple for people to find what they are looking for.
Using Dependency Injection in PHP
www.phpbuilder.com
Dependency injection is a software design pattern that implements the inversion of a control concept for resolving dependencies. According to this concept, a class should not configure its dependencies statically, but should be configured from the outside.
That's it for this week, see you in the next issue next Thursday! Povilas Korop LaravelDaily Team
|