Cron Job with Laravel running with Artisan Command. So we have to make command using Artisan.
Generate Class.
php artisan command:make FooCommand
php artisan command:make [[your command]]
This command will generate a class in app/commands.
Write Your Function
Write your functions in your generated command fire() method.
Register Command
Write: Artisan::add(new [[your...
Friday, October 24, 2014
Wednesday, July 23, 2014
Record Scenario With Jmeter
Many of Us has difficulties to Record Scenario with Jmeter. Most problems appears in configurations and browser connection. I will try to explain step by step to setup Jmeter for recording scenario.
Right Click in Test Plan > Add > Thread Groups.
Right Click in Thread...