totalwebconnections/simple-blog

A simple blog package that can be dropped into an existing or new Laravel 5 application.

1.0.1 2017-12-07 04:35 UTC

This package is not auto-updated.

Last update: 2024-05-18 00:18:53 UTC


README

Simple Blog is a simple blogging platform that can be dropped into an existig laravel project.

It currently requires having s3 set up to store images and media.

"totalwebconnections/simple-blog": "dev-master" "psr-4": { "App\": "app/", "totalWebConnections\simpleBlog\": "vendor/totalWebConnections/simple-blog/src/"

}

The bootstrap/cache directory must be present and writable? -php artisan cache:clear

up the databases: php artisan migrate --path=vendor/totalwebconnections/simple-blog/migrations/ All tables are prefixed with "simpleBlog_"

add to providers: totalWebConnections\simpleBlog\simpleBlogServiceProvider::class,

publish the views: php artisan vendor:publish