andrewelkins/Laravel-4-Bootstrap-Starter-Site

REST only

doodirock opened this issue · 1 comments

Hello,

I've been looking for a really barebones starter package for laravel and this seems perfect! However I'd almost like something even more barebones without any need for a front end. Are all routes created with Resource to be REST ready? I'm looking to build a project that is entirely consumed by JS via JSON.

I'm looking to just extend this futher into building out an API. Thanks for the hard work!

It's not totally REST ready. That said it would be pretty simple to make it fully REST compliant. It's basically missing a few of the protocols to go with it.