@extends('layouts.settings', ['title' => 'Advanced', 'topbarTitle' => 'Settings']) @section('css') @endsection @section('content')

Advanced

Permission System Seeder

Running the PermissionSystemSeeder will:

  • Truncate and reset all Spatie permission tables (permissions, roles, role_permissions, etc.)
  • Truncate and reset the menus table
  • Re-seed all permissions, roles, role permissions, and menus from the seeders
  • Re-seed the default super user
@endsection @section('scripts') @endsection