First, get 7zip Command Line here. Next, unzip to your desired directory – mine is in C:7za920. Based on my previous post, MySQL: Backup Database
read moreBackup MySQL Database in Windows The Backup User The Script You may run this script using Scheduler to make your backup by weekly, monthly, etc.
read moreSimple solutions to convert MySQL DateTime to Input Date Format. You may change the format as your requirement. References: http://stackoverflow.com/questions/3075577/convert-mysql-datetime-stamp-into-javascripts-date-format http://stackoverflow.com/questions/12346381/set-date-in-input-type-date
read more
Android, Database, Development, Eloquent, Git, Illuminate, JavaScript, jQuery, Laravel, MySQL, ORM, PHP
Setting up the Restful API is easy with Slim Framework & Eloquent(Laravel). Here are the steps: Install required components via composer – Slim Framework +
read moreSetting up Slim Application Create a folder for your project, mine called slim create a composer.json in the directory and open up your Command Prompt
read more