Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App does not work after build #434

Open
sszymkowicz opened this issue Nov 30, 2022 · 0 comments
Open

App does not work after build #434

sszymkowicz opened this issue Nov 30, 2022 · 0 comments

Comments

@sszymkowicz
Copy link

Basically nothing happens after my application is build by app:build command.

My steps to reproduce:

Input:

composer create-project --prefer-dist laravel-zero/laravel-zero .
php application app:rename else
[... develop custom command `import` ...]
php else 

Output:

unreleased

  USAGE: else <command> [options] [arguments]

  import                 Custom CSV Importer

Input:

php else app:build
./builds/else

Output is empty

Input:

./builds/else -vvv

Output:

Box Requirements Checker
========================

> Using PHP 8.1.8
> PHP is using the following php.ini file:
  /etc/php-cli.ini

> Checking Box requirements:
  ✔ The application requires the version "^8.0" or greater.
  ✔ The application requires the extension "zlib".
  ✔ The package "brick/math" requires the extension "json".
  ✔ The package "illuminate/database" requires the extension "json".
  ✔ The package "illuminate/support" requires the extension "json".
  ✔ The package "illuminate/view" requires the extension "json".
  ✔ The package "laravel-zero/framework" requires the extension "json".
  ✔ The package "nesbot/carbon" requires the extension "json".
  ✔ The package "ramsey/uuid" requires the extension "json".
  ✔ The package "league/flysystem-ftp" requires the extension "ftp".
  ✔ The package "league/mime-type-detection" requires the extension "fileinfo".
  ✔ The package "vlucas/phpdotenv" requires the extension "pcre".
  
                                                                                                                                                                                                                
 [OK] Your system is ready to run the application.           

Expected result:
My command (or any other command) possible to use after app:build

Actual result:
No command possible to use after app:build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant