eloquence icon indicating copy to clipboard operation
eloquence copied to clipboard

laravel 8 update?

Open albiima opened this issue 3 years ago • 12 comments

Hello, are you planning to provide a laravel 8 update? thanks.

albiima avatar Sep 14 '20 16:09 albiima

Bump ;) Laravel 8 has added some amazing features and would love to upgrade! Is there an ETA on the update by chance?

wwright216 avatar Sep 17 '20 09:09 wwright216

Any update on this?

martinduefrandsen avatar Sep 24 '20 10:09 martinduefrandsen

Is it confirmed that the current version does not work with Laravel 8?

carlfredrikhero avatar Sep 26 '20 23:09 carlfredrikhero

Is it confirmed that the current version does not work with Laravel 8?

There are dependencies that needs to be updated for this package to work with Laravel 8 as far as I know.

martinduefrandsen avatar Sep 28 '20 07:09 martinduefrandsen

Any updates on this ? really looking forward to the L8 version

mazraara avatar Oct 08 '20 12:10 mazraara

@jarektkaczyk any news?

martinduefrandsen avatar Oct 30 '20 13:10 martinduefrandsen

We'd love to see and L8 compatible version too. Any chance to get this done? Need a sponsor? Give us a hint pls...

preeco-privacy avatar Nov 15 '20 10:11 preeco-privacy

Hi, All

just install it with composer require sofa/eloquence:dev-master now.

Had told to @jarektkaczyk via Twitter to kindly review this repo. And what a fortune to receive his attention.

Thanks @jarektkaczyk, works like a charm!

pakogn avatar Dec 06 '20 02:12 pakogn

Thanks, Pakogn, hope he updates this repo

gfernandez-me avatar Dec 19 '20 19:12 gfernandez-me

Thanks, Pakogn, hope he updates this repo

Hope so too! I'm already using it in production and all ok, with L8

composer require sofa/eloquence:dev-master

pakogn avatar Dec 19 '20 19:12 pakogn

For me still not working

SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Must specify table to select from. (SQL: select count(*) as aggregate from [tb_city] where (select *) is null) {"userId":"29","exception":"[object] (Illuminate\\Database\\QueryException(code: 42000): SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Must specify table to select from. (SQL: select count(*) as aggregate from [tb_city] where (select *) is null) at /var/www/vpapi/vendor/laravel/framework/src/Illuminate/Database/Connection.php:678)

....

#6 /var/www/vpapi/vendor/sofa/eloquence-base/src/Query/Builder.php(104): Illuminate\\Database\\Query\\Builder->get()
#7 /var/www/vpapi/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2361): Sofa\\Eloquence\\Query\\Builder->runPaginationCountQuery()
#8 /var/www/vpapi/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(732): Illuminate\\Database\\Query\\Builder->getCountForPagination()

The Mappable is not working

I'm using

$this->queryBuilder = City::query();
return $this->queryBuilder->paginate($limit);

gfernandez-me avatar Jan 02 '21 18:01 gfernandez-me

Hi, All

just install it with composer require sofa/eloquence:dev-master now.

Had told to @jarektkaczyk via Twitter to kindly review this repo. And what a fortune to receive his attention.

Thanks @jarektkaczyk, works like a charm!

Hi, I used dev-master and got this issue.

Argument 1 passed to Optimus\Genie\Repository::Optimus\Bruno{closure}() must be an instance of Illuminate\Database\Eloquent\Builder, instance of Sofa\Eloquence\Query\Builder given

any idea how i can resolve this?

DeepakAryal avatar Mar 04 '21 10:03 DeepakAryal