This is the official documentation for RawPHP Framework
- Build a Sample Blog Application - Written tutorials
- Build A Powerful Job Recruitment Platform - Video Tutorials
- Overview
- Create Routes
- Callbacks
- Strategies
- Placeholders
- Names
- Groups
- Middleware
- Container Resolution
- Trailing / in routes
- Retrieving IP address
- Retrieving Current Route
- Using Eloquent with RawPHP
- Enabling CORS
- Getting and Mocking the Environment
- Uploading Files using POST forms
RawPHP is designed to play well with other PHP components, too. You can register additional first-party components , packages and middlewares used in other frameworks into .
If you are new to RawPHP, I recommend you read this documentation from start to finish. If you are already familiar with RawPHP, you can instead jump straight to the appropriate section.
This documentation begins by explaining RawPHP's concepts and architecture before venturing into specific topics like request and response handling, routing, and error handling.