Al-Mooradialmooradi.hashnode.dev·Jul 9, 2024Laravel: Sync PermissionsSync permissions from Policies directory, and add missing permissions to the permissions table. Create new command php artisan make:command SyncPermissionsCommand Command code <?php namespace App\Console\Commands; use Illuminate\Console\Command; us...DiscussLaravel
Illimar Tambekillimar.tambek.ee·Jan 12, 2024Storing settings in multi-tenant applicationsBackground I have a pragmatic approach when making architectural decisions for code: start with whatever is easiest and refactor into more complex options when you need to. As I rebuild Sliptree on Laravel, I occasionally find that some of the initia...Discuss·26 readsSliptree
David Nguyeneplus.dev·Oct 19, 2023Restore database backups made with spatie/laravel-backupEarlier this month, I released version 1.0 of a new Laravel package named laravel-backup-restore. As the name implies, this package is designed to assist you in restoring backups created using spatie/laravel-backup. In this post, I will delve into th...Discuss·318 readsLaravelDatabases
Codivorestech.codivores.com·Jun 8, 2023Laravel - Backup your filesystem disksYou are probably already familiar with the work of Spatie and its contributors in the Laravel and Open Source ecosystem. For many years, we have been using their Backup package (https://spatie.be/docs/laravel-backup) to back up our applications (data...Discuss·328 readsLaravel