New project installed with version 2.9.4 and not the last one 2.9.8
Dri372 opened this issue · 10 comments
I installed a fresh new badaso project and got the version 2.9.4 but saw that the last version is 2.9.8.
My php version is the last one 8.2.8.
Not confident with my composer knowledge I asked for help on so that confirms a problem
when i try to create new project with badaso, i find my badaso version is 2.9.8 or latest version
I tried using "composer require badaso/core -W"
Does not work on my host (Ubuntu 22 - Php 8.2.8)
composer create-project badaso/starter test
cd test
cat composer.lock | grep -A1 badaso/core
"name": "badaso/core",
"version": "2.9.4",
composer require badaso/core -W
cat composer.lock | grep -A1 badaso/core
"name": "badaso/core",
"version": "2.9.4",
For now, you can install badaso with curl -s "https://badaso-starter.uatech.co.id/your-project-name" | bash
Thank for your reply, for now I don't need the very last version, this issue is for your information, but if I use the previous command I get the following error :
...
Migrated: 2019_12_14_000001_create_personal_access_tokens_table (10.03ms)
Illuminate\Contracts\Container\BindingResolutionException
Target class [Database\Seeders\Badaso\BadasoSeeder] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:879
...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same here, Cannot install the latest version
@hasbullah-mughniy
What version? Now it works for me with version 2.9.10
It works for me with version 2.9.10
It works for me with version 2.9.10
It works but installed with laravel version 8, not 9