Download the PHP package newbranding/blog without Composer

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

Blog Package for Laravel 5

Custom Blog Package for Laravel 5

Requirements

Dimsav: Translator: https://github.com/dimsav/laravel-translatable

Mcamara Laravel Localization: https://github.com/mcamara/laravel-localization

Cviebrock Eloquent-Sluggable: https://github.com/cviebrock/eloquent-sluggable

Yajra Laravel Datatables: http://yajra.github.io/laravel-datatables/

All the packages will be installed automatically if you don't have it.

Instructions

Create a folder inside app called Blog and the create inside the folders: Controllers and Models. Folder Structure:

Publish configuration and Public Files

First, you need to publish the configuration file. This, will create a blog.php in your config folder. Publish the configuration with next command: php artisan vendor:publish

Creating Migrations

You will be able to create the migration file. Just call his command: php artisan newbranding:blog migrate. This will call for create your custom migration file on database/migrations/ with your options. And ask you to migrate this file.

Creating Models

You should create the models with the following command: php artisan newbranding:blog models. This will generate all your Models in the folders with your custom names.

User Model

Important! You must modify your User model and copy the function created by the previus command.

Creating Controllers

You should create the controllers with the following command: php artisan newbranding:blog controllers. This will generate all the Controllers in the folders with your custom names. We can use it inside the pacakage because you can create dynamic modules

Creating Requests

You should create the requests files with the following command: php artisan newbranding:blog requests. This will create all Requests needed for the package.

ToDo

*Add a better readme


All versions of blog with dependencies

PHP Build Version
Package 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 newbranding/blog contains the following files

Loading the files please wait ....