laravel-backup
A package to backup your Laravel app (by spatie)
laravel-permission
Associate users with roles and permissions (by spatie)
laravel-backup | laravel-permission | |
---|---|---|
5 | 28 | |
5,864 | 12,641 | |
0.1% | 0.4% | |
8.4 | 8.9 | |
about 1 month ago | 9 days ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
laravel-backup
Posts with mentions or reviews of laravel-backup.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-30.
-
Packages for Laravel
https://github.com/jeremykenedy/laravel-logger#authentication-middleware-usage https://github.com/beyondcode/laravel-dump-server https://github.com/barryvdh/laravel-debugbar https://github.com/laravel-shift/blueprint https://github.com/spatie/laravel-backup https://github.com/spatie/laravel-permission https://github.com/spatie/laravel-activitylog https://github.com/realrashid/sweet-alert https://github.com/rappasoft/laravel-livewire-tables https://github.com/yajra/laravel-datatables https://github.com/Labs64/laravel-boilerplate https://github.com/creativetimofficial/argon-dashboard-laravel https://github.com/the-control-group/voyager https://github.com/beyondcode/laravel-er-diagram-generator
-
10 Laravel packages that might save your day
8. spatie/laravel-backup
-
4 Packages You Need in Any Laravel Project
4. spatie/laravel-backup https://github.com/spatie/laravel-backup
-
Ask HN: Solo-preneurs, how do you DevOps to save time?
In my case I'm dumping + zipping the entire database at the application level. In my case is as simple as adding a library [1], scheduling the job and transferring to AWS S3 (my main application is on DigitalOcean)
[1] https://github.com/spatie/laravel-backup
-
Development environment suggestions
Database backups via php artisan backup:run
laravel-permission
Posts with mentions or reviews of laravel-permission.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-05.
-
Handle authorization in Filament: Policies, Roles & Guards
✅ Use FilamentUser to control access to the admin panel ✅ Use Laravel policies for clean, scalable access control ✅ For role-based systems, consider Filament Shield Plugin or Spatie Laravel Permission (my favorites) ✅ Mind the guards, soft deletes, and policy naming
-
Laravel Filament Multipanel Starter - Build your app fast
Spatie Laravel Permission for roles & permissions
-
Laravel Filament Backend Starter – Build your admin panel fast
User management out of the box — powered by Spatie Laravel Permission, with roles, permissions, and policies pre-seeded.
-
Dynamic Role-Permission Matrix in Laravel (MySQL + Spatie Permission)
When you're managing role-based access control (RBAC) in a Laravel app using the excellent Spatie Laravel Permission, you might wonder:
-
5 Laravel Packages to Save Hours of Development Time
Package Link: Spatie Permission
-
8 Essential Questions to Ask Before Using a Laravel Package
For example, let's take look at the metrics for Spatie's Laravel Permission package at the time of this writing:
- Using PHP 8.1's Enums to add a level structure to users, and using Policies to authorize actions based on those user levels
-
User permissions with Laravel Passport
I am not sure how Passport would be used for handling permissions, Passport is for authentication. I would recommend using Laravel Permission to handle your requirements. You can assign roles to users to scope out general permissions but ultimately the permissions are what should be used to limit functionality.
-
Best way to only allow a user to view their own models?
If I remember correctly Spatie's permissions package allows for logic like "let this specific user edit models of this type" but does not allow for logic like "let this specific user edit only that specific model".
-
How do you handle different policies on one resource depending on the controller called?
Despite this I pointed in the conversation above a super interesting point made by the guys at Spatie making the Laravel permissions package, where they recommend to encapsulate the authorization logic inside policies, and it is a great way to keep things clean, but in this case its not straightforward to do so, at least not if we follow the pure "Laravel-way" of doing things.
What are some alternatives?
When comparing laravel-backup and laravel-permission you can also consider the following projects:
ZipStream-PHP - :floppy_disk: PHP ZIP Streaming Library
tenancy - Automatic multi-tenancy for Laravel. No code changes needed.
laravel-database-backup - Backup your laravel database by a simple artisan command
laratrust - Handle roles and permissions in your Laravel application
sst - Build full-stack apps on your own infrastructure.
bouncer - Laravel Eloquent roles and abilities.