Download the PHP package oburatongoi/productivity without Composer

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

Productivity

Installation

Compatible with Laravel 5. To install, run:

$ composer install oburatongoi/productivity.

Next, add the service provider to the provider array in the app/config.app file:

Oburatongoi\Productivity\Providers\ProductivityServiceProvider::class,

In your .env file, add the following variables:

SESSION_DOMAIN=.your-domain.com Note the '.' before the domain name.

PRODUCTIVITY_LOGO=logo-text defaults to 'Productivity'

PRODUCTIVITY_DOMAIN=your-domain.com

PRODUCTIVITY_SUBDOMAIN=productivity

If using Scout with Algolia, set the following environment variables

FOLDER_INDEX_NAME=the-name-of-your-folder-index defaults to prod_FOLDERS

CHECKLIST_INDEX_NAME=the-name-of-your-folder-index defaults to prod_CHECKLISTS

Be sure to update your DNS 'A' or 'CNAME' settings to include the new name and add SSL encryption for your desired subdomain if you do not have wildcard subdomain encryption.

Next, publish the package's views, migrations and routes:

$ php artisan vendor:publish

You will need to force publish the productivity config. Note that this will add or overwrite the following files in the config folder: productivity.php, fakeid.php and javascript.php:

php artisan vendor:publish --tag=productivity --force

Next, add the Productive trait to your app's User model:

To properly address certain exceptions, add the following to your app\Exceptions\Handler.php file:

Finally, run the migration to add productivity's folders to the database. Note that productivity's tables all have the productivity_ prefix, so make sure you don't have any naming conflicts in your database:

$ php artisan migrate

Getting Started

When adding Productivity to a fresh Laravel installation, consider doing the following:


All versions of productivity with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version ~5
propaganistas/laravel-fakeid Version ^2.0
laracasts/utilities Version ~2.0
kalnoy/nestedset Version ^4.2
doctrine/dbal Version ^2.5
laravel/scout Version ^3.0
algolia/algoliasearch-client-php Version ^1.15
chocoholics/exceptional Version ^0.0.4
genealabs/laravel-caffeine Version ^0.4.2
silber/bouncer Version v1.0.0-beta.4
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 oburatongoi/productivity contains the following files

Loading the files please wait ....