website

  1. PradeepJangid

    How to run Laravel without Artisan Serve Command?

    1. Create local directory in your project directory. 2. Move all files and folders except public directory in the local directory. 3. Move all files and folders from public directory to project directory and remove public directory. 4. Open index.php file and replace require...
  2. bhawanisingh

    How to set a redirect for my website in CPanel

    Some time we want to redirect to the website. We want to redirect one domain to another, for example, we want to redirect one domain.com to another domain.com and want all the traffic of one domain to another. You can also redirect a specific page using redirection. It’s too easy to do redirect...
Top