Releases: ajthinking/archetype
Releases · ajthinking/archetype
Full paths to Facades
Don't use facade aliases which might be unavailable.
Added migrations() scope
v0.1.2 Fix comment mixup
Improved class resolving
Fix class resolving when using archetype schema in remote context
Announcement release
Maker bugfix
v0.0.18 Fix broken outputDriver
API Documentation
v0.0.17 Fix old docs
Renamed package
v0.0.16 Update readme.md
Intermediate refactoring release
v0.0.15 Uncommenting flatten/chain methods in ASTQuery - preparation for ditc…
Templating fixes
v0.0.14 LaravelFile::find is an alias to ::load
PHPParser class and property traversing is managed by PHPParserClassMap
In the astQuery()
, you can now access general classes/objects/structures with ->methodCall()
or similar. To enter a property, simply use ->stmts
without ()