Recipes
This section contains practical guides for common tasks and scenarios.
What’s Inside
Popular Recipes
Getting Started
- Installation - Set up the framework
- Quick Start - First application
Common Tasks
- Database Setup - Database issues
- Session Config - Session problems
- Email Config - Email not sending
Production
- Deployment - Go live
- 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