marwa-framework

Recipes

This section contains practical guides for common tasks and scenarios.

What’s Inside

Recipe Description
Troubleshooting Common issues and solutions
Deployment Deploy to production
Testing Write and run tests

Getting Started

  1. Installation - Set up the framework
  2. Quick Start - First application

Common Tasks

  1. Database Setup - Database issues
  2. Session Config - Session problems
  3. Email Config - Email not sending

Production

  1. Deployment - Go live
  2. Testing - Ensure quality

Quick Answers

Problem Solution
500 Error Check storage/logs/app.log
Class not found Run composer dump-autoload
Database error Check .env DB settings
CSS/JS not loading Check public/ permissions

Next Steps