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.
Download therealjanjanssens/pakka
More information about therealjanjanssens/pakka
Files in therealjanjanssens/pakka
Package pakka
Short Description pakka in a package
License MIT
Homepage https://github.com/therealjanjanssens/pakka
Informations about the package pakka
Pakka in a package
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
- Jan Janssens
- All Contributors
All versions of pakka with dependencies
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