Hey, Happy New Year! According to my personal "resolution", LaravelDaily portal is still on track of being DAILY, with a lot of content, see below. And surprisingly, community is also active over Christmas period, with many articles and tutorials. Enjoy!
From LaravelDaily
Invokable Controllers with One Specific Action
laraveldaily.com
Sometimes you need to create a controller which doesn’t cover all seven resourceful methods, like index(), create(), store() etc. You just need controller which does one thing and you’re struggling how to name that method. No more struggle, there’s __invoke() method.
From Community
GraphQL with Laravel & Vue - Overview - Part 1
www.youtube.com
We take a look at using GraphQL with Laravel and Vue.js. In this first part, we take a look at the GitHub API to see some of the problems that GraphQL solves over a traditional REST API. We then take a look at the Lighthouse PHP package to work with GraphQL within Laravel. We take a look at the tuto
Laravel Socialite GitHub Login (Part 3)
codebriefly.com
In this article, we will discuss “Laravel Socialite GitHub Login”. In this Laravel Socialite series, we already discussed Twitter and LinkedIn social login in our previous articles. You need to read out our previous posts on Laravel Socialite series.
7 laravel helper functions to make your life easier
www.kodementor.com
Laravel provides a lot of global helper functions which are also used by the framework itself. These helpers functions can be used by us to make our work convenient. Laravel helper function also helps us to maintain code reusability by storing the most repetitive task on single global function.
Don't use Docker or Homestead on Windows
www.reddit.com
After a couple of days and late nights/early mornings testing, tweaking and optimizing Docker and Homestead (Hyper-V and Vagrant/Virtualbox; 5.2 and 6.0) to serve as my local development environment on Windows, I have decided to install Linux on a USB stick and do all my coding from there.
How to Send Email Into Laravel 5.7 Using SMTP
www.phpflow.com
This is simple laravel tutorial that help to send email using laravel 5.7.We will use blade template to create view for email content. We will create feedback form that have user inputs, The feedback content will send to the target email ids using mail class. You can send email into laravel 5.
Are Laravel Facades broken in PHP 7.3?
www.reddit.com
Since Facades make use of __callStatic, are they still working in Laravel with PHP 7.3? I'm not sure how of you aware that there's a major bug (at least for me) in 7.3 which doesn't pass the parameters to the magic method.
Customising Laravel's URL signing key
dyrynda.com.au
Since 5.6, Laravel has shipped with functionality to sign URLs. These URLs append a "signature" to the query string, so that Laravel can verify that the link has not been tampered with since it was created.
Create custom helper functions in Laravel 5
www.kodementor.com
Laravel Helper is a simple PHP global functions that you can use to save your time in writing some repetitive codes. Laravel provides more than hundred helper functions to speed up the development process. Helper function can be called from anywhere inside an application.
Laravel Eloquent Approval
medium.com
This is the story of how we built the laravel eloquent approval package. Let me give a little bit of background to the story and explain how built this laravel package. I work as a Laravel/PHP developer at Traknpay.
That's it for this week, see you next Thursday in new issue!
Povilas Korop LaravelDaily.com
|