Posts by B. A. • 1 point
2 posts
-
0
votes0
answers132
viewsQ: Query returns empty when executed in Laravel
I am running the following SQL: select * from `table` where `fields` = PointFromText("POINT(-23.559762 -46.699425)") When executed directly by the bank returns the id expected to be executed by…
-
0
votes1
answer79
viewsQ: Laravel 5.5 Queued?
I’m starting in Laravel, and installed 5.5 and after exceeding this command php artisan make:command MyCommand --queued The error is as follows The "-queued" option does not exist. Reading a little…