Download the PHP package zekini/laravel-generics without Composer
On this page you can find all versions of the php package zekini/laravel-generics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zekini/laravel-generics
More information about zekini/laravel-generics
Files in zekini/laravel-generics
Package laravel-generics
Short Description A simple package to encapsulate all of our generic classes at Zekini to a package we can require in all our projects
License MIT
Informations about the package laravel-generics
Introduction
The zekini/laravel-generics package allows us to store our generic classes in a package so we can reuse them
Installation
composer require zekini/laravel-generics
sail artisan vendor:publish --tag=zekini-config
sail artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-migrations"
sail artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-config"
sail artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
sail artisan migrate
Usage
To reset password in a local database environment
sail artisan local:password-reset --password=password
To generate or update the code checkers config files:
sail artisan vendor:publish --tag=zekini-config --force
To add another generic command
sail artisan generic:command TestCommand
To add another generic helper
sail artisan generic:helper TestHelper
To use the pdf mergeer
Available Helpers
use Zekini\Generics\Helpers\ArrayHelper;
use Zekini\Generics\Helpers\ArrayToObjectHelper;
use Zekini\Generics\Helpers\CsvHelper;
use Zekini\Generics\Helpers\EnvironmentHelper;
use Zekini\Generics\Helpers\FileHelper;
use Zekini\Generics\Helpers\FlashHelper;
use Zekini\Generics\Helpers\ForeignKeyHelper;
use Zekini\Generics\Helpers\HttpHelper;
use Zekini\Generics\Helpers\LoggingHelper;
use Zekini\Generics\Helpers\StringHelper;
use Zekini\Generics\Helpers\UIHelper;
use Zekini\Generics\Helpers\TimezoneHelper;
use Zekini\Generics\Helpers\PDFMergeHelper;
Standard Packages
https://github.com/arcanedev/log-viewer
https://github.com/barryvdh/laravel-dompdf
https://github.com/laravel/jetstream
https://github.com/livewire/livewire
https://github.com/mediconesystems/livewire-datatables
https://github.com/spatie/laravel-activitylog
https://github.com/spatie/laravel-permission
https://github.com/maatwebsite/excel
https://github.com/spatie/laravel-backup
https://github.com/spatie/laravel-schedule-monitor
https://github.com/Webklex/laravel-pdfmerger
https://github.com/barryvdh/laravel-snappy
https://github.com/h4cc/wkhtmltoimage-amd64
https://github.com/h4cc/wkhtmltopdf-amd64
Standard Dev Packages
https://github.com/barryvdh/laravel-debugbar
https://github.com/nunomaduro/larastan
https://github.com/protoqol/prequel
https://github.com/symplify/easy-coding-standard
https://github.com/vimeo/psalm
Removed to be re-added once conflict is resolved "spatie/laravel-backup" "spatie/laravel-schedule-monitor"
Snappy config
The main change to this config file (config/snappy.php) will be the path to the binaries.
For example, when loaded with composer, the line should look like:
'binary' => base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64')
For windows users you'll have to add double quotes to the bin path for wkhtmltopdf:
'binary' => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf"'
For mac users what i simply did was install the macos executables for both libraries
All versions of laravel-generics with dependencies
barryvdh/laravel-dompdf Version ^1.0
doctrine/dbal Version ^3.3
fakerphp/faker Version ^1.19
laravel/jetstream Version ^2.7
livewire/livewire Version ^2.10
mediconesystems/livewire-datatables Version ^0.9
spatie/laravel-activitylog Version ^4.5
spatie/laravel-permission Version ^5.5
maatwebsite/excel Version ^3.1.40
webklex/laravel-pdfmerger Version ^1.3
h4cc/wkhtmltoimage-amd64 Version 0.12.x
h4cc/wkhtmltopdf-amd64 Version 0.12.x
barryvdh/laravel-snappy Version ^1.0
arcanedev/log-viewer Version dev-master