Download the PHP package therealjanjanssens/pakka without Composer

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

Pakka in a package

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Pakka in a package

Installation

You can install the package via composer:

We also prepared a complete setup for the pakka package with following command

You can publish the config file with:

Installation for development

Provide this info for this section.

Upgrade guide

Database structure changes

When changing something on the structure of the database please do it with migrations and create a new stub so updating instances will be easier. Take add_permission_to_section_items_table.php.stub as example when dealing with columns and create_attribute_inputs_table.php.stub when dealing with tables

Upgrading to 1.0 From 0.x

When updating everything below 1.0.0 to current version take a backup from the database and remove the existing database. Reconstruct it with php artisan pakka-install and insert the data back into it

Testing

Use below commands to run the Unit tests

If you want to run the tests like its getting triggered with Github actions first make sure you have docker installed and install arc

Once everything is installed you can simulate the Github actions with:

Custom sections, templates and layouts

If you need to change a particular section, template or layout you can simply add a 'sections', 'templates' or 'layouts' folder in your views. You can put a copy of existing resources in the folder you just made and do all the changes you want. When you update the package this folder won't be updated so your custom resources will be untouched.

Custom sections also can have their own custom thumbnail. Just add the following to your project and your set!

Custom dynamic sections with items

This sounds a bit abstract but you can put custom html/blade in a few selected sections (For example IFRMST01004). Some of them even allow you to connect a item module to them and directly list items in your custom html/blade. To access the item variables you just use the name of the key as variable like:

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits


All versions of pakka with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
spatie/laravel-package-tools Version ^1.9
illuminate/contracts Version ^8.0
barryvdh/laravel-debugbar Version ^3.2
barryvdh/laravel-dompdf Version ^0.9.0
darryldecode/cart Version dev-pakka
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
laravel/ui Version ^3.2
laravelcollective/html Version ^6.2
maatwebsite/excel Version ^3.1
mollie/laravel-mollie Version ^2.14
php-parallel-lint/php-console-highlighter Version ^0.5.0
phpmailer/phpmailer Version ^6.2
realrashid/sweet-alert Version ^3.2
spatie/laravel-analytics Version ^3.10
spatie/laravel-cookie-consent Version ^2.12
spatie/laravel-honeypot Version ^3.0
spatie/laravel-image-optimizer Version ^1.6
spatie/laravel-sitemap Version ^5.9
unikent/tfilecache Version dev-pakka
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 therealjanjanssens/pakka contains the following files

Loading the files please wait ....