Download the PHP package tingan/laravel-blogger without Composer

On this page you can find all versions of the php package tingan/laravel-blogger. 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 laravel-blogger

Latest Stable Version License

Laravel Blog

Have you worked with Wordpress? Developers call it wordpress-like laravel blog.

Contact us for any customization:

[email protected]

Lightweight and Comprehensive

Incredible features with a lightweight laravel blog package. I highly recommend it because:

Outstanding Features

Quick and easy installation

composer require hessam/laravel-blogger

For Complete Setup Instructions (with video guide), please Visit The Install Guide

To see package on Packagist click this Link

Bagisto version

To see the Bagisto version of this package go to bagisto-compatible branch

Important Notes

Features

Recent Changes

Screen Shots

Add post

All posts

Add category

What/who this package is for:

How to customise the blog views/templates

After doing the correct vendor:publish, all of the default template files will be found in /resources/views/vendor/hessamcms/ and are easy to edit to match your needs.

Customizing admin views

If you need to customize the admin view, just copy the files from vendor/hessamcms/src/Views/hessamcms_admin to resources/views/vendor/hessamcms_admin Then you can modify them just like any other view file.

Routes

It will auto set all required routes (both public facing, and admin backend). There are some config options (such as changing the /blog/ url to something else), which can be done in the hessamcms.php file.

Config options

All config options have comments which describe what they do. Please just refer to the hessamcms.php file in your /config/ dir.

Custom User Model

You can change the default user model through the config file.

Events

You can find all the events that are fired by looking in the /src/Events directory.

Add these (and an Event Listener) to your EventServiceProvider.php file to make use of these events when they fire.

Built in CAPTCHA / anti spam

There is a built in captcha (anti spam comment) system built in, which will be easy for you to replace with your own implementation.

Please see this Captcha docs for more details.

Image upload errors

Try adding this to config/app.php:

'Image' => Intervention\Image\Facades\Image::class

Version History

Contact: [email protected]


All versions of laravel-blogger with dependencies

PHP Build Version
Package Version
Requires cviebrock/eloquent-sluggable Version ~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5
laravelium/feed Version ~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*|v8.0.*
intervention/image Version 2.*
laravel/helpers Version ^1.3
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 tingan/laravel-blogger contains the following files

Loading the files please wait ....