Vincent Valentine

Results 5 comments of Vincent Valentine

The proxy server arg doesn't work for me at all.

I fixed it by adding a counter everytime I update the object and assign the counter number to the tag. Example: ``

Problem 2: Inside the blade file ``` {{ $row->am cat id}} {{ $row->service category}} ``` Its doing a regular whitespace instead of _ Hope this helps.

Problem 3: Without timestamps Inside my model I have `public $timestamps = false;` Error ``` SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created_at' in 'order clause' (SQL: select * from...