laravel-restify

The fastest way to make a powerful JSON:API compatible Rest API with Laravel.

MIT License

Downloads
321.1K
Stars
600
Committers
20

Bot releases are hidden (Show)

laravel-restify - 5.4.3

Published by binaryk about 3 years ago

Fixed

  • Update user profile
laravel-restify - 5.4.2

Published by binaryk about 3 years ago

Fixed

  • Prevent action handlers from being called when iterating over non-actionable fields
laravel-restify - 5.4.1

Published by binaryk about 3 years ago

Fixed

  • Actionable fields bugs
laravel-restify - 5.4.0

Published by binaryk about 3 years ago

Addressing the https://github.com/BinarCode/laravel-restify/discussions/413 idea.

Now you can configure an action class for you fields:

field('followers')->actionable(Action::make())

Make sure the action gets the Model as it's second argument.

laravel-restify - 5.3.5

Published by binaryk about 3 years ago

Fixed

  • Attach request resolve the base model.
laravel-restify - 5.3.3

Published by binaryk about 3 years ago

Fixed

  • eager loading
laravel-restify - 5.3.2

Published by binaryk about 3 years ago

Added

  • Performance improvements for the relationships loading.

Fixed

  • Patch request.
laravel-restify - 5.3.1

Published by binaryk about 3 years ago

Fixed

  • Auth controller & tests
laravel-restify - 5.3.0

Published by binaryk over 3 years ago

Added

  • Custom controllers for Auth module.
  • Dynamic subdomain for reset password controller.
laravel-restify -

Published by binaryk over 3 years ago

laravel-restify -

Published by binaryk over 3 years ago

laravel-restify -

Published by binaryk over 3 years ago

Fixed

  • Setup & migrations files.
    
laravel-restify -

Published by binaryk over 3 years ago

laravel-restify -

Published by binaryk over 3 years ago

Added

  • Publishing migrations when running restify:setup command.
laravel-restify -

Published by binaryk over 3 years ago

Added

  • Log custom actions for models.
  • Changed default auth controllers.
laravel-restify -

Published by binaryk over 3 years ago

laravel-restify - 5.1.6

Published by binaryk over 3 years ago

Added

  • Support for spatie/once v3.
laravel-restify - 5.1.5

Published by binaryk over 3 years ago

Fixed

  • Paginator delegate to Laravel defaults.
laravel-restify - 5.1.4

Published by binaryk over 3 years ago

Fixed

  • Filters type.
  PostRepository::$match = [
            'title' => 'text',
        ];
 {#1287
      +"type": "text"
      +"advanced": false
      +"title": "Title"
      +"description": ""
      +"column": "title"
      +"key": "matches"
    }
laravel-restify - 5.1.3

Published by binaryk over 3 years ago

Added

  • Use column as a fallback for studly the title column. ie:
array:6 [
  "type" => "matchable"
  "advanced" => false
  "title" => "Approved At"
  "description" => ""
  "column" => "approved_at"
  "key" => "matches"
]
Package Rankings
Top 6.09% on Packagist.org
Related Projects