Skip to content

Releases: ajthinking/archetype

Full paths to Facades

07 Aug 09:01
Compare
Choose a tag to compare

Don't use facade aliases which might be unavailable.

Added migrations() scope

19 Jul 13:37
Compare
Choose a tag to compare
v0.1.2

Fix comment mixup

Improved class resolving

19 Jul 07:59
5ae7e79
Compare
Choose a tag to compare

Fix class resolving when using archetype schema in remote context

Announcement release

14 Jul 09:10
Compare
Choose a tag to compare

Archetype v0.1.0 🚀

  • Happy to announce a core set of features including some experiments 🔥
  • This package does not yet strictly follow semver 😬
  • Need feedback 🙏

Blow Your Mind Wow GIF by Product Hunt

 dance dancing friday friyay fridays GIF

Maker bugfix

28 Jun 09:04
Compare
Choose a tag to compare
v0.0.18

Fix broken outputDriver

API Documentation

14 Jun 09:33
Compare
Choose a tag to compare
v0.0.17

Fix old docs

Renamed package

23 May 17:41
5d200f1
Compare
Choose a tag to compare
v0.0.16

Update readme.md

Intermediate refactoring release

09 May 15:00
Compare
Choose a tag to compare
v0.0.15

Uncommenting flatten/chain methods in ASTQuery - preparation for ditc…

Templating fixes

21 Apr 17:25
Compare
Choose a tag to compare
v0.0.14

LaravelFile::find is an alias to ::load

PHPParser class and property traversing is managed by PHPParserClassMap

05 Apr 16:44
Compare
Choose a tag to compare

In the astQuery(), you can now access general classes/objects/structures with ->methodCall() or similar. To enter a property, simply use ->stmts without ()