Releases: MasoniteFramework/core
Releases · MasoniteFramework/core
v0.2.6
Change log
-
Added three new package helpers which can create or append a config, create a controller, append web routes and append api routes
-
Added a try catch around compiling SASS. This will allow the libsass repo to not be installed and not fail on an import error but still allow easy implementation with sass support with
pip install libsass
. This was so creating Masonite projects would be faster