Menu Close

How To Run Laravel Without Artisan Command

Codeamend

If you want to make the application public, follow the below steps to run the project without artisan command.

Step 1: Rename the ‘server.php’ file into ‘index.php’ in the root directory.

Step 2: Move the .htaccess file from the public folder to the root directory.

Posted in Codeamend, Laravel, PHP

You can also read...