MasoniteFramework / masonite

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
http://docs.masoniteproject.com
MIT License
2.2k stars 127 forks source link

Move start.py into a more commonsense folder name #26

Closed josephmancuso closed 6 years ago

josephmancuso commented 6 years ago

Some folder named kernel maybe? but deeper inside the file structure? Doesn't really matter where it is as long as it makes sense

afdolriski commented 6 years ago

What about inside a bootstrap/ folder ?

josephmancuso commented 6 years ago

Yeah that would work. The bootstrap folder can be in the same root location as Laravel bootstrap folder

josephmancuso commented 6 years ago

@afdolriski if you'd like to put together a Pull Request. Just go ahead and fork the repo, clone it on the your computer make a feature branch called "move-start", make your changes, push to your origin feature branch and then come to this repo and create a Pull Request.

josephmancuso commented 6 years ago

Completed this