Download the PHP package uneca/dissemination-toolkit without Composer

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

Installation

As the dissemination toolkit is built for Laravel, you will first have to create a fresh Laravel project.

Please refer to the Laravel documentation here on how to go about this.

Here is the TLDR version of a Laravel project creation

After you have installed PHP and Composer, you may create a new Laravel project via the Composer create-project command:

Once you have created the project, you may use composer to install the latest version of the toolkit into your new Laravel project:

After installing the package, you may execute the dissemination:install artisan command. This command will install a suite of tools and features that enable you to build a modern census/data dissemination platform.

New Applications Only

Dissemination toolkit should only be installed into new Laravel applications. Attempting to install it into an existing (modified or not freshly installed) Laravel application will result in unexpected behavior and issues.

Now that you have scaffolded your dissemination platform, the next step is to edit your application's .env configuration file and put in the correct settings for your database and other relevant settings.

To proceed, you need to first create a PostgreSQL database and add the details to the .env file (see below). Again please refer to the Laravel documentation on how to configure a database connection.

For a complete list of all environment variables you can configure, please refer to the relevant section of the documentation.

Once you have edited your .env file, you are now ready to run the database migrations:

Create the permissions to be used in the application

At this point, you are ready to start your server, whatever that may be (artisan serve command, nginx, WAMP, IIS, etc.) and navigate to the web address where you will see the landing page

The quickest way would be to run the built-in artisan web server like so,

Assuming everything goes well, you should be able to navigate to http://localhost:8000 and see the landing page

Finally, you can run the adminify command to create a Manager account with which you can access your new platform.

Configuration

The first thing you should probably set the details for is your organization.

You can do this by going to the management drop down and then to the "Organization" menu

Then you should create your area hierarchy and import your areas

Next, you should populate some data for your:

Finally, you can move onto creating visualizations and data stories


All versions of dissemination-toolkit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
livewire/livewire Version ^3.4
laravel/jetstream Version ^5.3
spatie/laravel-package-tools Version ^1.16
spatie/laravel-translatable Version ^6.8
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 uneca/dissemination-toolkit contains the following files

Loading the files please wait ....