MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

PhpMyAdmin is suddenly showing errors Fatal error: Uncaught TypeError: Return value of PhpMyAdmin\Relation

When you import sql file in your database and after few moment not import your sql file in your database then showing this type of error. Fatal error: Uncaught TypeError: Return value of PhpMyAdmin\Relation::getRelationsParam() must be of the type array, Not any solutions for this error. So,Please try clearing your browser cache and removing phpMyAdmin … Read more

General error: 1364 Field ‘phone’ doesn’t have a default value

SQLSTATE[HY000]: General error: 1364 Field ‘phone’ doesn’t have a default value (SQL: insert into `products` (`name`, `email`, `address`, `image`, `updated_at`, `created_at`) values (amti, kuam@gmail.com, sdafasdf, 642917381.jpg, 2021–05–11 10:58:35, 2021–05–11 10:58:35)) When I’m submit form then got General error field doesn’t have default value. let’s go to solve this. 👉 1 step go to your database and put change … Read more

How to Add Data in DataTable in Laravel Crud

In this tutorial I’m going to describe how to add data in DataTable in laravel 8 we will create single page companies ajax crud application (SPA) using dataTables js, modal and jQuery in laravel 8. Laravel 8 Ajax CRUD Tutorial using Datatable JSStep 1 – Download Laravel 8 AppStep 2 – Database ConfigurationStep 3 – … Read more

How to create virtual local host setup in Laravel

In this tutorial I’m going to describe how to set up virtual host in Laravel. Please follow this Tutorial and you able to create successfully virtual host in Laravel 1. Go to C drive and Go to this Directory-> C:\xampp\apache\conf\extra and open httpd-vhosts name of folder Open this folder -> httpd-vhosts 2nd Step Copy Below Code 👇 <VirtualHost *:80> … Read more

Run Ansible Adhoc commands or playbook in Local mode

If you are trying to run Ansible Adhoc commands or playbook in Local mode, these articles will help you. Ansible can’t run playbooks locally without ssh if ansible_connection=local is defined in the hosts file, although it can run playbooks locally without ssh with connection: local in the playbook or with flag –connection=local. # # # … Read more