uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.21k stars 223 forks source link

New project installed with version 2.9.4 and not the last one 2.9.8 #1018

Closed Dri372 closed 11 months ago

Dri372 commented 1 year ago

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

https://stackoverflow.com/questions/76849216/how-to-upgrade-to-the-last-version-of-a-package/76851328#76851328

rahmatalmubarak commented 1 year ago

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"

Dri372 commented 1 year ago

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",

rahmatalmubarak commented 1 year ago

For now, you can install badaso with curl -s "https://badaso-starter.uatech.co.id/your-project-name" | bash

Dri372 commented 1 year ago

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
...
stale[bot] commented 1 year ago

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.

hazbu commented 11 months ago

Same here, Cannot install the latest version

Dri372 commented 11 months ago

@hasbullah-mughniy

What version? Now it works for me with version 2.9.10

Dri372 commented 11 months ago

It works for me with version 2.9.10

hazbu commented 11 months ago

It works for me with version 2.9.10

It works but installed with laravel version 8, not 9

Dri372 commented 11 months ago

Same for me, that's I open the #1046