Technical Customization & Troubleshooting Print

  • 0

Fine-Tuning Your System

For advanced users and developers:

  • Custom Views: Override default layouts without modifying core files using the 'custom views' feature.
  • Sidebar Rearrangement: Change the order of menu links in app/Http/Middleware/AdminSidebarMenu.php.
  • Permission Issues: Ensure the public/uploads and storage folders have '775' or '777' permissions.
  • Symbolic Links: Fix missing images by running the php artisan storage:link command.
  • Cron Jobs: Set up the Laravel scheduler to handle recurring invoices, backups, and automated notifications.

Was this answer helpful?

« Back