Swapnil Bhavsar
Swapnil Bhavsar

Swapnil Bhavsar

Follow
Follow
homeWork 👨‍💻About 😎Uses 🛠️newsletter
Tag

Laravel

#laravel

More content

Read more stories on Hashnode


Articles with this tag

Authentication in Nuxt.js using Laravel Sanctum

Apr 22, 20227 min read

You should never save authorization tokens in local storage or cookies, as they can be accessed by any third-party JavaScript code running in the...

Authentication in Nuxt.js using Laravel Sanctum

How to configure Laravel Cashier with multiple models

Jan 2, 20219 min read

I recently worked on a Laravel project which had the requirement of two authenticable models along with separate subscriptions. The project, of...

How to configure Laravel Cashier with multiple models