Skip to content

jhonoryza/laravel-filament-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

  • CMS Filament 3
  • Front Inertia Vue
  • Front Livewire 3

Req

  • laravel 11
  • php 8.4
  • composer 2
  • node 20

Start

composer install && npm run build

Restore or Backup DB

to restore or backup db you need to set env AWS with suffix _BACKUP in .env.example file.

Backup DB

php artisan backup:run --only-db

this will backup current DB_CONNECTION to backup disk

Restore DB

 php artisan backup:restore --disk=backup --backup=latest --connection=restore --reset --no-interaction;

you need to set env DB with suffix _RESTORE, check in .env.example file

this will restore from backup disk and reset to DB_HOST_RESTORE

About

laravel filament with blog feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •