I installed Laravel and run through php artisan serve. It runs one project for one instance. Like http://localhost/index.php
But I want to run multiple project on one instance of laravel like : http://localhost/project_1_name/index.php http://localhost/project_2_name/index.php