iasonargyrakis/lara-xtnder

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.1.3 2023-03-14 20:07 UTC

This package is auto-updated.

Last update: 2025-03-05 19:00:50 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require iasonargyrakis/lara-xtnder

Usage

Once installed treat it like the make artisan command (no flags for now)

Supported types

  • string
  • bool
  • int
  • relation (derived via "_id" )
php artisan xtnd:make:all Book "{title:string,author_id:user,is_favorite:bool,likes:int}"

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.