Category: General

Laravel Basics | Installation to basic website

Welcome to the most practical and easy step by step information on how to install laravel in your computer. First of all, Install Composer if you have not installed it yet. Install WAMP c:\wamp64\www>composer create-project laravel/laravel helloworld Views (C:\wamp64\www\helloworld\resources\views) C:\wamp64\www\helloworld\resources\views\hi.blade.php Routes (C:\wamp64\www\helloworld\routes) C:\wamp64\www\helloworld\routes\web.php Route::get(‘hii’, function () { return view(‘hi’); }); Create a new template file in

Email Essentials

Opening an Email It is an essential thing to have an email address. Create your own email address from any email service provider. Some of the providers are: Gmail.com Yahoo.com It is better to create a meaningful email address so it can be recognized by anyone. The best is to combine your first name and

Quran Resources

Below is a list of websites and apps where you can learn more about Quran. Websites https://quran.com/ Apps https://play.google.com/store/apps/details?id=com.quran.labs.androidquran https://play.google.com/store/apps/details?id=com.zakasoft.alquran

How to generate sitemap for your website?

Generating Sitemap is very important for your website. Instead of writing each link by hand, use the below sites to generate the sitemap easily and quickly. http://www.web-site-map.com/xml_sitemap.php https://www.xml-sitemaps.com/ What is a sitemap? A sitemap is a file where you provide information about the website pages, videos, and other files on your website, and the relationships between them.