save categories
parents
Showing
composer.json
0 → 100644
| { | ||
| "name": "onestartup/blog", | ||
| "description": "blog for websites onestartup", | ||
| "type": "library", | ||
| "license": "Apache-2.0", | ||
| "authors": [ | ||
| { | ||
| "name": "Angel MAS", | ||
| "email": "[email protected]" | ||
| } | ||
| ], | ||
| "minimum-stability": "dev", | ||
| "require": {}, | ||
| "autoload": { | ||
| "psr-4": {"Onestartup\\Blog\\": "src"} | ||
| } | ||
| } | 
src/BlogServiceProvider.php
0 → 100644
src/controllers/AdminBlogController.php
0 → 100644
src/controllers/CategoryController.php
0 → 100644
src/models/Entry.php
0 → 100644
src/models/EntryCategory.php
0 → 100644
src/models/EntryTag.php
0 → 100644
src/routes.php
0 → 100644
src/views/category/edit.blade.php
0 → 100644
src/views/category/fields.blade.php
0 → 100644
src/views/category/index.blade.php
0 → 100644
src/views/list.blade.php
0 → 100644
Please
register
or
sign in
to comment
