How To Choose Open Source Package
– dev.to - submitted by Ahmed Abd El Ftah
In this post I will show you what consideration to take when pulling open source packages into your project.
Read more [dev.to]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– dev.to - submitted by Ahmed Abd El Ftah
In this post I will show you what consideration to take when pulling open source packages into your project.
Read more [dev.to]
– www.youtube.com - submitted by Glenn Kimble Jr
Learn all about Laravel’s collection class. When to use it, how to leverage it to clean up your code, and how it works under the hood.
Read more [www.youtube.com]
– github.com - submitted by Cristian Iosif
A Laravel 7+ admin preset that scaffolds out a minimum functionality to get one started. On top of Laravel, this preset is built using Tailwind CSS, Alpine JS and Livewire and includes: - [Laravel UI](https://github.com/laravel/ui) for generating the auth - [Laravel Charts](https://charts.erik.cat/) with ChartJS presets - [SweetAlert2](https://realrashid.github.io/sweet-alert/) package by Rashid Ali (realrashid) - [DropzoneJS](https://www.dropzonejs.com/) for uploading files
Read more [github.com]
– jinoantony.com - submitted by Jino Antony
An article describing how to code to an interface works with example
Read more [jinoantony.com]
– vrajroham.me - submitted by Vaibhavraj Roham
Passport expects `accessToken` in header(Authorization) to get a request user when `auth:api` middleware is applied. Some 3rdparty apps which use password grant for API, send `accessToken` in request body instead of header in such cases `auth:api` won't work. This post shows how you can easily extract the user from `accessToken` .
Read more [vrajroham.me]
– glennkimble.me - submitted by Glenn Kimble Jr
Implicit route model binding was introduced way back in 2015 with Laravel 5.2, however all these years later I still find apps out in the wild doing things the hard way.
Read more [glennkimble.me]
– thecodelearners.com - submitted by pavan
Create jobs and dispatching it as a background process with sending email as example and also tips for using queues in production server.
Read more [thecodelearners.com]
– thecodelearners.com - submitted by pavan
Create a login and dynamic user registration form for multiple roles using Laravel Livewire package.
Read more [thecodelearners.com]
– sjorsottjes.com - submitted by Sjors
An approach for writing prettier Laravel Dusk tests by using some reflection and a PHPUnit data provider.
Read more [sjorsottjes.com]
– thecodelearners.com - submitted by pavan
In this tutorial, You'll learn to install and configure laravel livewire and also learn by creating a simple counter application
Read more [thecodelearners.com]
– nunomaduro.com - submitted by Nuno Maduro
In case you didn't notice, Nuno has been working in a project called Pest: an elegant PHP Testing Framework with a focus on simplicity. Recently, he has announced that Pest beta is available for sponsors!
Read more [nunomaduro.com]
– adevait.com - submitted by Sandra Petrova
In this post, we'll explore pagination with Laravel. Personally, I believe it's one of the best Laravel features that comes right out of the box and that you can use with just a few lines of code.
Read more [adevait.com]
– thecodelearners.com - submitted by pavan
This post, explains how to create markdown templates for sending email with real-life example of sending email of purchase invoices using markdown UI.
Read more [thecodelearners.com]
– robertogallea.com - submitted by Roberto Gallea
My system is safe, it uses encryption. You heard/said this from time to time. Sure, but why and how is it safe? Do you really know this?
Read more [robertogallea.com]
– medium.com - submitted by Roberto Gallea
Testing code is the only way we can verify correctness of our software. Anybody does it. However there are ways better than other.
Read more [medium.com]
– www.oluwafemialofe.com - submitted by Oluwafemi Alofe
I've seen how a lot of people have a vague idea of what can be achieved using Redis and Laravel beyond caching. In this tutorial, I discussed, how to install Redis and the installation options available, Redis Data types using Redis CLI, Create a simple eCommerce using Laravel with Redis for data storage.
Read more [www.oluwafemialofe.com]
– blog.rafter.app - submitted by Josh Larson
Learn how to track and visualize a chain of queued jobs in Laravel using a custom trait, job middleware, and Laravel Livewire.
Read more [blog.rafter.app]
– github.com - submitted by Musa
Easily implement global or model-specific cooldowns into your Laravel app.
Read more [github.com]
– thecodelearners.com - submitted by pavan
Learn to send multiple attachments using Laravel mailables with practical example of sending purchase invoices.
Read more [thecodelearners.com]
– tighten.co - submitted by Matt Stauffer
Learn how to build cross-platform, native mobile apps using familiar Vue.js syntax and Tailwind CSS.
Read more [tighten.co]