Run CRON job everyday at specific time

Cron utility is an effective way to schedule a routine background job at a specific time and/or day on an on-going basis. Linux Crontab Format MIN HOUR DOM MON DOW CMD Example::Scheduling a Job For a Specific Time The basic usage of cron is to execute a job in a specific time as shown below. … Read more

How to change public folder to public_html in laravel 5

Quite easy to find this with a simple search. See: https://laracasts.com/discuss/channels/general-discussion/where-do-you-set-public-directory-laravel-5 In your index.php add the following 3 lines. /* |————————————————————————– | Turn On The Lights |————————————————————————– | | We need to illuminate PHP development, so let us turn on the lights. | This bootstraps the framework and gets it ready for use, then it … Read more