Illusion is a small web framework built as a learning experience that is inspired by other frameworks such as Laravel and Symfony. Therefore, Illusion is not intended to compete with other frameworks or to be used in real projects. This is a side project of mine and, as a result of that, I'll only work on it on my free time.
Illusion will be built upon components. I'll try to create most of them, but I can (and probably will) make use of pre-existing components that are already built. Examples of these components would be some of Symfony's Components and Laravel's Eloquent ORM.
All components documentation will be at the Illusion Documentation repository.
If you happen to find an error, or you might be thinking about a general improvement to the project, please do create an Issue, or consider creating a Pull Request. All contributions are appreciated.