Sajad Dehshiri
Sajad Dehshiri
Hi @alecritson, ```php ### config/getcandy/database.php 'table_prefix' => '', ``` ```php ### config/databse.php 'pgsql' => [ 'driver' => 'pgsql', 'url' => env('DATABASE_URL'), 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '5432'), 'database'...
Is this package no longer updated to support new versions of Laravel?
Dear @themsaid Thank you for developing this package. Although I don't agree with you about it being perfect and many people using it without problems. In any case, every package...
@themsaid Can you please merge it?