Starship -The future transport of 2050:- Elon Musk unveiled revised plans to travel to long-distance on Earth from one place to another place within half an hour with Starship and Super Heavy Rocket. Elon Musk showed a demonstration of the idea onstage, claiming that it will allow passengers to take most long-distance trips in just 30 minutes and go anywhere on Earth in under an hour for around the same

Read More

Create an EAV Model in Magento2 in simple way. Employee entity,as per requirements,is modeled as an EAV model. First create an EAV model class,have to define under the app/code/Skynet/Office/Model/Employee.php file as follows: Extending from the Magento\Framework\Model\AbstractModel class,which is the same as with the simple model previously described. Next,we create an EAV model resource class,defined under under the app/code/Skynet/Office/Model/ResourceModel/Employee.php file as follows:

Read More