Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cli Laravel Package

atlas/cli

View on GitHub
Deep Wiki
Context7
2.2.2
  • Fix #23: fix property return type for ManyToMany
2.2.1

Transformation of words ending in double-s now handled more approproately. To wit, changes the regex for "ending in 's'" to be "ending in a single 's'" so that words like "address", "class", "illness", "pass", "press", etc. are not unexpectedly truncated.

Also added documentation about custom templates.

2.2.0

The skeleton generator command now accepts a second argument: a dot-separated list of array elements leading to nested Atlas configuration values.

2.1.0

The Transform class now takes an array of table-to-type name conversions as its only constructor param, and no longer converts "status" to "statu". Updated the relevant documentation.

2.0.0

First stable release.

2.0.0-beta6

Now adds a Table::DRIVER constant indicating the PDO driver used for the table.

Fix: adds use Atlas\Table\Row to Type.tpl, since it is used as an argument typehint in the docblock.

2.0.0-beta5

Fix: adds @property docblocks for relationships only on Fields, not Rows.

2.0.0-beta4

Now adds @property docblocks to the Fields trait for defined relationships.

2.0.0-beta3

Adds a docblock typehint for Record::getRow().

2.0.0-beta2

This release fixes a docblock typehint on generated Table classes.

2.0.0-beta1

Major break from alpha1 (and the previous 1.x series) in that the generated class names are significantly renamed.

In particular, the mapper class no longer has a "Mapper" suffix on it. This helps it to act as a "base prefix" for IDE completion, which is now greatly enhanced by the automatic addition of @method docblocks on the generated classes to indicate type-specific returns.

If you have generated classes with the alpha1 release, you will need to re- generate them and change your class references.

2.0.0-alpha1

First alpha release.

1.1.0

This release adds IDE autocompletion of column names on Record objects via docblock [@property](https://github.com/property) annotations.

  • The --full option now generates a Fields class with [@property](https://github.com/property) annotations describing the underlying table columns; it extends the base Atlas Record class.

  • The Record class generated by --full now extends the Fields class, instead of directly extending the base Atlas Record class directly.

Pre-existing generated Record classes will continue to work as before, but they will not have the IDE autocompletion support provided by the new interveing Fields class. To add that support, regenerate the skeleton with --full, then search for extends Record and replace it with extends Fields (which will already be in the same namespace). You may also remove the now-unnecessary use Atlas\Orm\Mapper\Record; statement.

1.0.1

Hygiene release to update the README.

1.0.0

CHANGELOG

1.0.0

First stable release.

0.4.0-alpha

Add support for default connection in Skeleton, and updates to instructions.

0.3.0-alpha

Synchronizing update for Atlas.Orm 0.3.0-alpha.

0.2.0-alpha

The atlas-skeleton tool now retains the Table primary-key information as an array of column names, instead of as a string. This is a preliminary move toward supporting composite primary keys.

It also now creates a "Row.php" file when you specify --full. This allows for custom Row-level overrides.

0.1.0-alpha

Initial release. Breaking changes are guaranteed, but it's stable enough to play with.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cocosmos/filament-sticky-save-bar
patrickbussmann/oauth2-apple
3brs/enterprise-security-bundle
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope