ššļø Welcome to Motoshare!
Turning Idle Vehicles into Shared Rides & New Earnings.
Why let your bike or car sit idle when it can earn for you and move someone else forward?
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. Partners earn. Renters ride. Everyone wins.
How to implement Passport in Laravel 9 ?
In this tutorial we will learn how to implement full userĀ authenticationĀ and a simple form of access control in an API usingĀ LaravelĀ andĀ PassportĀ . 1. Install Laravel 2. Install Laravel…
How to Get the Last Inserted Id Using Laravel Eloquent ?
In this tutorial i’ll guide, you will learn how to get the last insert id in Laravel. 1. Using Eloquent Save Method When you create or update…
How to retrieve user id and email using session in laravel ?
In this tutorial im going to learn how to retrieve user id and user email using session in laravel. First go to LoginController and put below code…
Whate are the use cases of Protected class in Laravel ?
Protected classes in Laravel are used to encapsulate common functionality and behavior that can be reused by other classes. This can help to improve code organization and…
Multi Auth Login in laravel Admin Vendor and User?
Multi auth in Laravel is a feature that allows you to have multiple authentication guards in your application. This means that you can have different login systems…
How to Convert String to Array Conversion in Laravel?
In this tutorial we’re going to learn how to convert string to Array Conversion in laravel. This tutorial will give you a simple example of string to…
How to do Capitalize first letter from string ?
In this tutorial we’re going to learn how to do first letter capital from string. Follow this tutorial i have mentioned in very easy way to capitalize…
Definition of Laravel – Facades
Facades provide a simpler way to use these services, similar to how you would use static methods on a class, but behind the scenes, they dynamically resolve…
How to use YouTube Video Downloader Tools ?
In this tutorial I’m going to learn how to use YouTube video download tools that developed by WizBrand Developers Team. Why Use YouTube Video Downloader Tools? Using…
How to remove @gmail.com from response data.
In this tutorial i’m going to learn how to remove @gmail.com from whatever coming in response data. One way to remove @gmail.com from response data is by…