Object Relational Mapping or ORM is something that WordPress is missing, but that doesn’t mean we can’t create an abstract Model that act similar to
read moreThis post for developers who used to ORM/ActiveRecord and not familiar with WordPress Query (like me) and want the ORM/ActiveRecord to be available in WordPress.
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