Search code examples
phplaravelroutesilluminate

how to use laravel Route system in another php projects?


i am creating a php project for myself and it is not on laravel, i install illuminate/database package on my project for using elequent and its work perfectly. now i want to use laravel routing system in my project but can not find any Instructions for this is there any way to use that?


Solution

  • yes you can use all illuminate component like router in your project.you should see : https://github.com/mattstauffer/Torch Torch is a project to provide instructions and examples for using Illuminate components as standalone components in non-Laravel applications.