oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Move resources to Backend and models to Core\Models #151

Closed bambamboole closed 4 years ago

bambamboole commented 4 years ago

This PR moves all Resources to the namespace Oscer\Cms\Backend\Resources.
There is also the parent class Resource. All models are move to the namespace Oscer\Cms\Core\Models.
There is also the parent BaseModel

bambamboole commented 4 years ago

I ll merge this now :-)