@extends('admin.layouts.app') @section('title', 'Developer Settings') @section('content')
Clear Application Cache
Clears route, config, and view cache. Equivalent to
php artisan optimize:clear.
Build Frontend Assets
Runs npm run build to compile assets. Use
this after UI changes.
Migrate Database
Run pending migrations to update database schema.
Run Database Seeder
Populate database with seed data.
Export Database
Download a SQL dump of the current database.
Import Database
Upload a SQL file to import into the database. Warning: This will overwrite existing data.