MOTOSHARE ššļø
Rent Bikes & Cars Directly from Owners
Motoshare connects vehicle owners with people who need bikes and cars on rent. Owners earn from idle vehicles, and renters get flexible ride options.
Visit MotoshareHow to Secure Your Apache Server
1.Enable automatic updates Given that the LAMP stack is based on Linux and that the entire open-source community is working […]
Linux security
User accounts Since the beginning of the course, all the examples presented were run using a user account. A user […]
Complete Referance of Blade in Laravel
What is Blade? Blade is the simple, yet powerful templating engine that is included with Laravel. Unlike some PHP templating […]
Complete Referance of Controller in Laravel
Controllers Controllers can group related request handling logic into a single class. Instead of defining all of your request handling […]
Complete Reference and Tutorial of HTML5
An Introduction To HTML. How many types of pages in html? Html tags and its type? Html attribute? Head Tag […]
Complete Reference of view in Laravel
What is View? Views contain the HTML served by your application and separate your application logic from your presentation logic. […]
How to add placeholder to select2.js
Single select placeholders Multi-select placeholders Using placeholders with AJAX Select2 supports placeholders for all configurations, including AJAX. You will still […]
How to redirect non-www URLs to www?
To redirect your website fromĀ non-wwwĀ toĀ www, add the following lines in your websiteās .htaccess file: ReplaceĀ yourdomain.comĀ with your actual domain name.