AcmeGareth Approved

Member since: 2017-03-15

Recent posts by AcmeGareth
Post When

Hello all, I have a table in the backend built using builder. This table displays a list of presses,...

Posted in Scope for backend relational table

I have a problem which I cannot seem to resolve, I am uploading multiple files on the frontend but I...

Posted in getPath for multiple files

ndcisiv said:

$this->orders = DB::table('orders')->where('client_name',$user->name)->where('order_d...

Posted in Need help with Query ->Count

Hello all,

I would like to know if it is possible to run a sql query that counts all records for pas...

Posted in Need help with Query ->Count

I am not sure if this will help butthis playlist got me really far:

https://www.youtube.com/watch?v=...

Posted in Help with model relationships

You should spend some time and watch these videos, it explains everything you need to know really we...

Posted in create widget for backend page

ndcisiv said:

This should work just fine.

{{ "now"|date_modify('+1 day')|date('Y-m-d') }}

That is ...

Posted in Get date to show tomorrows date

Hello all, I have tried a few different methods such as {{ date|strftime('%Y-%m-%d') }} but I cannot...

Posted in Get date to show tomorrows date