Download the PHP package waltye/blog without Composer

On this page you can find all versions of the php package waltye/blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package blog

基本概述

一个轻便的博客发表系统。它能非常简单的帮你部署你自己的博客并能很好的保证你的劳动成果不会遗失。

特性

环境需求

PHP >= 5.4

安装方法

  1. 下载最新稳定版本并解压至你的服务器Web根目录。下载页面
  2. 博客已经部署好了,现在可以直接访问: http://你的域名/web/index.php 查看效果了。

文章目录管理

  1. 编辑 /articles/ 目录的子目录即可。如:你在 /articles/ 目录下新建一个目录,就增加了一个目录。可以随意增删改,网站目录页面会自己改变。
  2. 推送至服务器。

发布文章

发布文章仅支持Markdown格式的文件。所以发布文章的流程是这样的:

  1. 使用本地或在线Markdown编辑器写好文章并保存为 .md 后缀结尾的Markdown文件。
  2. 拷贝至 /articles/ 下的任意目录下。
  3. 推送至服务器。

文章评论

文章评论采用的是多说,默认不显示,但仍旧占用资源,所以建议还是开启。

支持


All versions of blog with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
fortawesome/font-awesome Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package waltye/blog contains the following files

Loading the files please wait ....