backpackforlaravel.hashnode.dev🍣 Sushi — Your Eloquent model driver for other data sourcesIn Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level of complexity. Sometimes, you have small, static datasets—like a list of countries, settings, or configs—that hardl...Nov 11, 2024·4 min read
backpackforlaravel.hashnode.devBackpack - Configure User Access Control and Permissions in 10 minutesHey folks! So, picture this: you're crafting your admin panel and the need for proper access control hits you. Admin panels without roles and permissions are like a party without bouncers – chaos waiting to happen. It's like giving everyone backstage...Oct 13, 2024·5 min read
backpackforlaravel.hashnode.devMake Your WebApp or Admin Panel Installable as a Mobile AppEver noticed a little icon or popup on your browser asking you to install the web app you're currently browsing? It’s a cool feature that lets users add a web app directly to their mobile home screen, just like a native app. Let's walk through how yo...Sep 30, 2024·3 min read
backpackforlaravel.hashnode.devReceive Slack Notifications from your Laravel App with a 10-minute SetupIn the previous article, I introduced a Backpack's new Menu Dropdown Column component which I use for my e-commerce admin panel. Today, I will talk about a Laravel feature I use to receive Order Notifications. Whenever an order comes, my team is noti...Sep 22, 2024·5 min read
backpackforlaravel.hashnode.devAdd Engaging Animations To Your Webapp for FREELottie animations have become a popular choice for adding rich, engaging animations to websites and apps. They’re lightweight, scalable, and easy to implement, making them a go-to solution for designers and developers alike. In this tutorial, we'll e...Sep 9, 2024·2 min read