Hello guys, Finally, I'm personally out of so much development work and can spend more time on writing and shooting videos - three pieces of content from me this week, see below. Also we've started working on Vue.js generator inside our QuickAdminPanel, more on that in upcoming weeks.
In other news - I will attend Laracon.EU for third year in a row, and yesterday registered as a speaker with topic "Laravel Project Management: How to Deliver on Time". Hope I will get chosen! :)
Community was also pretty active with useful links, so enjoy reading!
Resources from LaravelDaily Team
Links from Laravel Community
The Scaling Laravel Course by Chris Fidao is now Live
laravel-news.com
Scaling Laravel is a course by Chris Fidao about scaling your Laravel application code, and preparing your applications for using a scaled infrastructure. In addition to application concerns, the course covers server optimization, load balancing, and database optimizations.
Creating a Cryptocurrency Telegram Bot API with Laravel
tutsforweb.com
Telegram is a non-profit cloud-based instant messaging service. It is similar to many other messaging applications like WhatsApp and Messenger but offers great security. Telegram apps are available for multiple operating systems. Telegram released their bot platform in 2015.
From Laravel to Symfony — #3 Templating
medium.com
In previous article we’ve managed to serve static text as a response but it’s nothing exciting and can be done in plain html. In this part I will compare Laravel and Symfony templating engines — Blade and Twig. Firstly, let’s see how to return a view from Laravel’s controller.
Creating your own Artisan Commands
medium.com
We, as a developer, would like to automate many things in our project, like sending emails, newsletter, backing up database remotely (you know how much important that is, right?). In Laravel, we can do these automation using commands and by calling those commands in your cron.
Testing Middleware in Laravel with PHPUnit
semaphoreci.com
In this tutorial, we will show you how to test middleware in Laravel applications. If you are not familiar with the concept of middleware, it acts as a middle man between a request and a response. It's a type of filtering mechanism.
User Defined Schedules in Laravel
laravel-news.com
Recently Adam Wathan and Taylor Otwell have used Basecamp to track what they are doing every day–a tech diary. Notably, they are using the check-in feature which allows you to schedule questions to be sent to members about almost anything.
Being in control of time in PHP
blog.frankdejonge.nl
When developers talk about the infrastructural boundaries or external dependencies they often talk about databases and third-party integration. They're the first thing we'll put behind an interface so we can stub them out during our tests. This gives us some control over them.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|