Download the PHP package paladindigital/blog without Composer
On this page you can find all versions of the php package paladindigital/blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package blog
Blog Package
Status: Pre-release (Code may be subject to breaking changes).
This package provides the resources necessary to create a blog.
Requirements
- Laravel 5 (Tested from 5.5+).
Installation
Add the package:
composer require "paladindigital/blog"
Run the migrations:
php artisan migrate
Add the filesystem to store blog images (the root can be adjusted as needed):
config/filesystems.php
'blog' => [
'driver' => 'local',
'root' => public_path('images/blog'),
'visibility' => 'public',
],
All versions of blog with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
5.5.*
spatie/laravel-medialibrary Version ^6.0.0
taskforcedev/laravel-support Version 1.1.*
spatie/laravel-medialibrary Version ^6.0.0
taskforcedev/laravel-support Version 1.1.*
The package paladindigital/blog contains the following files
Loading the files please wait ....