# How to use laravel Schedule in non-Laravel applications

Although Laravel is not available in a modular way like **Symfony**, we can separate its best features if we know how it works.

The most important thing is to know that the Application. "is just an instance of Container" [Container](https://github.com/illuminate/container) 

Nothing to fear!

To extract any feature of Laravel we just need to create our Application, The heart of it all.

This is the Schedule outside of Laravel  [Illuminate Schedule](https://github.com/millancore/illuminate-schedule)

### Enjoy it! 







