Well hello there,
This is another week full of useful content - both from myself and from the community. I'm still experimenting with marketing and pricing of my course "Eloquent: Expert Level" (so this week you can watch four lessons free and get 50% discount!), learning more and more about business side of creating online courses, perhaps I will write about it separately one day. The main takeaway is that you can't over-promote it, people notice something only if they see product multiple times on different channels. And no, it isn't spammy to talk about your product A LOT, as long as it's valuable to your audience.
Also, almost forgot: first teaser of what we're working on with new version of our QuickAdminPanel.
Now, let's dive into this week's content, enjoy!
LaravelDaily Articles/Videos
How to add new .env variable, so teammates would notice?
laraveldaily.com
A common problem while working in a team is some custom variables needed, when only one person on the team knows that they are needed, and then other people have errors because they don’t have that variable. Like API Tokens for 3rd party apps, default values for some function – basically, anything that should be in .env file. So here’s an instruction for you, how to put new environment variables correctly, without screwing up teammates work.
LaravelDaily Quick Tips on Twitter
From Laravel Community
Introducing Larametrics
medium.com
It’s been almost a year since I decided to start building a self-hosted Laravel package dedicated to monitoring and notifying you of errors and changes in your application.
50 Most Popular PHP Projects on GitHub
medium.com
Symfony is a PHP framework for web applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the popular PHP projects (including Drupal and Magento).
Laravel’s New Team Member: Dries Vints
medium.com
Laravel’s first employee, Mohamed Said, joined the team over two years ago. Last month we added our second employee: Dries Vints. Dries has been a part of the Laravel community for a very long time — as long as I can remember.
Laravel Tag Helper
laravel-news.com
Laravel Tag Helper is a package by Marcel Pociot for adding powerful HTML tag helpers to your Laravel application. As a quick example of what this package can do, it ships with a few helpers out of the box. The package works by registering tag helpers in a service provider’s boot() method.
launcher-host/mercurius
github.com
Mercurius is a real-time messenger system developed with Laravel and Vue.js. It features a complete application, and you can easily install with any Laravel project. Check here to try a demo, and use the following credentials to authenticate.
Full guide to install and set up Laravel Telescope
medium.com
Laravel Telescope is a new debug assistant for the Laravel framework, created by the same people who created Laravel. It was first announced at Laracon AU, and its beta was released shortly after. It’s free and open source, licensed under the MIT license.
Adding a Subdomain to Your Laravel Application
pineco.de
Often we need to handle subdomains with our Laravel application. Let’s take a look, how can we treat the routes dynamically and set up the subdomain with Valet and Forge. According to the documentation, we can easily set up subdomains in our route files.
Laravel Multitenancy: Route Model Binding
davidllop.com
Why write code like this public function edit($articleId) { $article = Article::findOrFail($articleId); return view('articles.edit', compact('article')); } When you can simply do public function edit(Article $article) { return view('articles.
How to size & scale your Laravel Queues
ohdear.app
Laravel offers a convenient way to create asynchronous background tasks using its queues. We utilize those heavily at Oh Dear! for all our monitoring jobs and in this post we'll share some of our lessons learned and what we consider to be best practices.
Telegram Bot with Laravel Framework Tutorial
medium.com
Chat bot’s popularity has been growing these past years because of it’s great functionality and reliability to handle some cases in business. And also, Bot has been supported by lots of instant messaging service provider such as Telegram, Line, Facebook, etc.
That's it for this week, see you next Thursday!
Povilas Korop LaravelDaily Team
|