Ihteshamul Alam
Ihteshamul Alam
  • 6
  • 12 913
How to Deploy/Upload Laravel 9 App in Hosting Part - 2
Part One Link: ua-cam.com/video/1z3QWWKotH4/v-deo.html
There are a few methods to deploy the Laravel 9 app into Hosting. Two of them are:
1. Host into Primary Domain
2. Host into Subdomain
In this tutorial, we will see how to Deploy/Upload the Laravel 9 App into Hosting.
0:00 Introduction
00:57 Check Website Response
02:01 Change index.php to link both zip folders
Переглядів: 26

Відео

How to Deploy/Upload Laravel 9 App in Hosting Part - 1
Переглядів 502 роки тому
Part Two Link: ua-cam.com/video/TwXIMS7rN9Y/v-deo.html There are a few methods to deploy the Laravel 9 app into Hosting. Two of them are: 1. Host into Primary Domain 2. Host into Subdomain In this tutorial, we will see how to Deploy/Upload the Laravel 9 App into Hosting. 0:00 Introduction 00:57 Key Points for Primary Domain 03:30 Upload Project into Server
How to Locate BlueHost cPanel Dashboard?
Переглядів 32 роки тому
One of the common issues we face while using BlueHost first time, it does not redirect us to cPanel Standard Dashboard, which we are familiar with in other Hosting. It becomes pretty surprising for us, as there is no standard naming link on the Homepage that we can treat as the cPanel dashboard. So this video is for those who face a similar situation. 0:00 Introduction 02:18 BlueHost Homepage 0...
How to change PHP version from cPanel?
Переглядів 492 роки тому
PHP version is updated rapidly in recent years, and almost all the PHP-based frameworks also adopt the latest PHP version in a new release of that framework. So we need to change the PHP version on our required domain frequently. We can change the PHP version very easily from cPanel. In this video, we will figure out how to change the PHP version from cPanel. N.B: This video is targeting those ...
CodeIgniter 3 Pagination using Bootstrap 4
Переглядів 1,8 тис.6 років тому
In this tutorial, we will learn how to use Bootstrap 4 pagination style in CodeIgniter 3. In the tutorial, you may notice that each page show only one row, as we set. To config this: you may change this line: $per_page = 1 to $per_page = n; where n = 5, 10, 15, 20, ... Or you can set the value here: $config['per_page'] = 10;
How to solve CSRF 403 Error during AJAX Request in CodeIgniter 3
Переглядів 11 тис.6 років тому
When we are using CSRF protection in CodeIgniter bases Apps, we commonly face a problem during AJAX request. It is: - In first AJAX request, we receive success response, - From second to rest request we receive 403 error response. In this video, I am trying to show you one possible solution to fix the problem. I hope it will help you to fix that error in your application. Sorry for no sound, an...

КОМЕНТАРІ

  • @codedriandotjs
    @codedriandotjs 9 місяців тому

    It can't detect the change because when we implement ajax, it didn't refresh, correct? It's just my theory because I encountered this problem.

  • @sergiovilar5689
    @sergiovilar5689 10 місяців тому

    thanks for this video. I try this solution on ci 4.4.6 and it works!

  • @nibras7846
    @nibras7846 2 роки тому

    Thank you man 😃 you saved my life

  • @azuraxxv
    @azuraxxv 3 роки тому

    Bro you don't even know how much you've helped me! I was nearly in tears, because as a last step to my project i wanted to implement CSRF protection and i could figure out how to do it in ajax request... BIG THANKS!!!!!!!!!

  • @sleepteam
    @sleepteam 5 років тому

    Another person here that you've helped. Thank you.

  • @bishalchhetri8817
    @bishalchhetri8817 6 років тому

    Thank you soo much for this

  • @flashersv
    @flashersv 6 років тому

    exactly what I needed. Thanks

  • @ajajmemon1042
    @ajajmemon1042 6 років тому

    thank you for this

  • @GboleKepo
    @GboleKepo 6 років тому

    Thank You, your video so helfull :D