List of stories

Corona virus (COVID-19) rent relief grant in VIC

What is rent relief? "The Victorian Government has established an $80 million rental assistance fund to provide rent relief payments of up to $2000 to Victorians experiencing rental hardship due to t

2020-04-29 12:03:36 Added by Admin

Corona Virus Useful links

Here are few useful links that may be useful at this period of time when a lot of businesses are not doing well: Federal Government Department of Health - https://www.health.gov.au NSW Department

2020-04-13 10:46:47 Added by Admin

Rules in Australia to avoid COVID 19

While the people in the world are fighting for their life, there are rules implemented in Australia every people in Australia needs to know of. If you are going outside of your house, then there shoul

2020-03-31 08:35:29 Added by Admin

Environment variables for sending email in cPanel, laravel

This is something I always end up googling from time to time. Here are few things I needed to understand. As I get started with laravel app, most of my apps have something to do with email in some way

2019-08-23 11:27:02 Added by Admin

Save vs update in laravel

These methods both allow you to save data into database. The save() method perfroms as INSERT when you create a new model which is currently is not presented in your database table: $flight = n

2019-08-21 13:39:46 Added by General