[ad_1]
I want to create laravel 7.8 application but I am getting the below error message:
Could not find package laravel/laravel with version 7.8
FYI, I ran the following commands but got no results:
composer create-project --prefer-dist laravel/laravel:^7.8 university
composer create-project --prefer-dist laravel/laravel university "7.8.*"
Any help is really really appreciated.
[ad_2]