# Laravel Bakery

<div align="left"><img src="https://766171227-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0t3QVtPEJyETGtBX0d%2F-M0tBWXQJJPKs_QUf74W%2F-M0tB_pEyLDIYD8oY2j8%2FLaravel%20Bakery.png?alt=media&#x26;token=e9c90159-a0d4-4290-ae27-f34df9de5283" alt=""></div>

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

Laravel Bakery is an open source project by [JohnoTheCoder](https://johnothecoder.uk/?ref=bakery) at [JTC Labs](https://jtclabs.com/?ref=bakery) 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.
