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

A TALL Admin Dashboard Preset for Laravel 7+

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]

Find user from accessToken using Laravel Passport

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]

Using Redis With Laravel Framework

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]