Hi Ismael
On Mon, Jun 24, 2024 at 11:37:19AM -0400, Ismael L. Donis Garcia wrote:
> root@clt-iyc-03:/var/www/html/testapp# sudo -u www-data composer create-project laravel/laravel.
> Creating a "laravel/laravel." project at "./laravel."
it looks like a dns problem but I would suggest you to review this
command, I think the final dot should be the path where the project dir
would be created, "." being the current dir, so the command should be:
composer create-project laravel/laravel .
(please note the space between "laravel" and ".")
Regards,
--
Fernando M. Maresca