Laravel Bakery

Laravel Bakery is an open source project by JohnoTheCoder at JTC Labs

Laravel Bakery by JTC Labs is currently being built and documented.

Laravel Bakery is an open source project by JohnoTheCoder at JTC Labs and it aims to improve the speed, ease, and efficiency of creating and managing Eloquent Models as RESTful Resources.

The name "Laravel Bakery" is derived from the common term "BREAD" meaning to "Browse, Read, Edit, Add, Delete", the above can be managed as GET (collection), GET (resource), PUT, PATCH, POST, and DELETE HTTP methods.

The package allows the management of many common tasks for Eloquent Model based RESTful resources, which are detailed on the relevant pages.

Being a Laravel Package all classes are injected using the Laravel Service Container, consequently you can modify this functionality at runtime.

Last updated

Was this helpful?