Custom @blade directives for your views.
1 1
Blade Directives in Laravel offer a clean way to include content dynamically within your views, which also improves the readability an...
#php #webdev #laravel #programming
on Feb 17
Building a CRM with Backpack for Laravel – The Fun & Easy Way
0 0
So, you want to build a CRM (Customer Relationship Management) system? But the idea of manually setting up CRUDs, operations, and all...
on Mar 23
What Can You Do with Laravel Middleware? (More Than You Think!)
0 0
Did you ever find yourself writing the same checks in multiple controllers? Like formatting inputs, blocking access, or tracking user a...
on Mar 17
Mastering Laravel: Where to Put Your Custom Code (And Why)
0 0
Laravel has plenty of built-in features and conventions to keep your code clean. But let’s be real: sooner or later, you’ll need to wri...
on Feb 22
How To Install MailPit on Laravel Forge
0 0
So you have a staging environment set up, and want to catch all emails that go out? You might use MailTrap for that. It's a great hoste...
on Jan 28
How to add a custom Livewire form to Backpack
0 0
One of the biggest headaches in web development is managing frontend and backend interactions. I’m talking about smooth validation resp...
on Dec 28
Black Week DISCOUNTS - Hurry Up!
0 0
Are you on the fence on buying Backpack? Have you wanted to upgrade to a bigger plan... but it was too expensive for you? We've got GRE...
on Nov 24
🍣 Sushi — Your Eloquent model driver for other data sources
0 0
In Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level...
on Nov 12
How to create an AJAX Operation with Quick Button
0 0
Today, let's talk about the Quick Button. It's been around for a while, helping us easily create action buttons. But what if you need a...
on Oct 1
New in v6: How to setup multiple views on List operation
0 0
Last month, we launched an operation called CustomViewOperation. This helps to set up multiple custom views for ListOperation, where ea...
on Sep 21
Top 10 PHP Features You Can Use in 2024
0 0
Hey PHP fans! This article highlights some excellent new features of our favorite scripting language. Whether you're a seasoned pro or...
on Aug 15
Laravel Advanced: Caching - Explained Simply
0 0
Caching is like keeping your favorite toy right on top of your toy box, so you can grab it quickly whenever you want to play. Similarly...
on Aug 6
Laravel Advanced: Little Known Relationships - hasOneThrough() and hasManyThrough()
0 0
You've probably used hasOne, hasMany, belongsTo, and belongsToMany relationships in your projects. But did you know Laravel also offers...
on Jul 17
New FREE Add-on - Activity Log
0 0
As we build features for ourselves and our clients, we try to release them to you too. Either as features in our existing products, or...
on Jul 8
How to configure User Access Control and Permissions in 10 minutes
0 0
Hey folks! So, picture this: you're crafting your admin panel and the need for proper access control hits you. Admin panels without rol...
on Jun 25
Laravel Advanced: Top 5 Scheduler Functions You Might Not Know About
0 0
In this article series, we go a little deeper into parts of Laravel we all use, to uncover functions and features that we can use in ou...
on Jun 25
Laravel Advanced: Know the sneaky $loop.
0 0
Blade provides directives like @foreach, @while, @for, and @forelse for working with PHP's loop. Did you know... A handy $loop variable...
on Jun 25
Laravel Advanced: Lesser-Known, Yet Useful Composer Commands
0 0
Composer is the go-to dependency manager for PHP, and if you're working with Laravel, you're already familiar with frequently used comm...
on Jun 6
Backpack Is 8 Years Old Now 🥳 Here’s Some History
0 0
I had this realization the other day - and it blew my mind. Eight years is a lot of time! To put that into perspective: 20% of new bus...
on May 30
Choose 'Boring' Technology for Long-Term Projects
0 0
Ever chased a tech trend, only to regret it a couple of years down the line? You're not alone. I've been building stuff on the web for...
on May 21
Top 10 Laravel Collection Methods You Have Never Used.
0 0
In this article series, we go a little deeper into parts of Laravel we all use, to uncover functions and features that we can use in ou...
on May 15
Receive Slack Notifications from your Laravel App with a 10-minute Setup
0 0
In the previous article, I introduced a Backpack's new Menu Dropdown Column component which I use for my e-commerce admin panel. Today,...
on May 7
Generate a Laravel CRUD (Create, Read, Update, Delete) in 5 minutes.
0 0
Are you building your App on Laravel? That's a great choice🎉. You must be planning an Admin panel for it. Well, if you're building one...
on May 2
Language switcher UI for your Laravel App
0 0
Are your admins asking for multi-language support? Do they want a language switcher, to enjoy using their dashboard in their preferred...
on Apr 15
New in v6: How to use Spatie Media Library in Backpack
0 0
Hey there, awesome developers! We've got some super exciting news for you! Backpack v6 now comes with super cool, first-party support...
on Feb 29, 2024