Hi guys, Usual Thursday's newsletter, today nothing special from me except a super-popular (apparently) guest post I've published on Laravel News, see below. We're actively working on the final touches for our Vue.js+Laravel adminpanel generator, more on that next week. Meanwhile - a lot to read from the community!
My Guest Post on Laravel News
20 Laravel Eloquent Tips and Tricks
laravel-news.com
Eloquent ORM seems like a simple mechanism, but under the hood, there’s a lot of semi-hidden functions and less-known ways to achieve more with it. In this article, I will show you a few tricks. Eloquent has quite a few functions that combine two methods, like “please do X, otherwise do Y”.
Tutorials and Packages from Community
laravents.com
laravents.com
Find laravel related events such as conferences, meetups, hackathons and more! If you host a laravel related event, feel free to submit your event to our list.
Leverage Eloquent To Prepare Your URLs
laravel-news.com
It’s not uncommon to have tens, if not hundreds of views in a Laravel application. Something that soon gets out of hand is the various references to routes. Think about how many times you’ve done something like this in your blade views:
Code splitting with Laravel Mix
sebastiandedeyne.com
Code splitting is bundler feature—if you're using Laravel Mix, you're bundling your assets with Webpack—that allows you to split application scripts in multiple files. These can then conditionally be loaded at a later stage.
API Platform
api-platform.com
Build a fully-featured hypermedia or GraphQL API in minutes. Leverage its awesome features to develop complex and high performance API-first projects. Extend or override everything you want. Instantly generates a PHP data model from the Schema.org vocabulary. Let the ORM create the related tables.
Docker for development: Getting started (Part 1)
blog.pusher.com
If you have not been living under a rock you must have heard of Docker or at least containers. Docker has been around for a while. It is now a mature tool used by top companies in their deployment processes. In this article, we will explain Docker and how it works.
Setting up Laravel 5.6 on Heroku
mikateach.com
This tutorial will briefly show everyone on how to set up Laravel version 5.6 on Heroku. As we’ve all have known, Laravel is fantastic PHP Framework for building dynamic web application. One thing that’s hard is when it comes to bringing it live aka into production and share it to the world.
That's it for this week, see you in the next newsletter, next Thursday! Povilas Korop LaravelDaily Team
|