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

Lowered package size removing unnecessary production files #544

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

fadrian06
Copy link
Contributor

@fadrian06 fadrian06 commented Feb 9, 2024

Before / After

Listado de rutas de carpetas para el volumen Windows 7
El número de serie del volumen es 864F-092D
C:.
|   composer.json
|   composer.lock
|   
\---vendor
    |   autoload.php
    |   
    +---composer
    |       ...
    |       
    \---flightphp
        \---core
-            |   .editorconfig
-            |   .gitignore
             |   composer.json
-            |   flight.sublime-project
             |   index.php
             |   LICENSE
-            |   phpcs.xml
-            |   phpstan.neon
-            |   phpunit.xml
             |   README.md
             |   
             +---flight
             |   |   autoload.php
             |   |   Engine.php
             |   |   Flight.php
             |   |   
             |   +---core
             |   |       Dispatcher.php
             |   |       Loader.php
             |   |       
             |   +---database
             |   |       PdoWrapper.php
             |   |       
             |   +---net
             |   |       Request.php
             |   |       Response.php
             |   |       Route.php
             |   |       Router.php
             |   |       
             |   +---template
             |   |       View.php
             |   |       
             |   \---util
             |           Collection.php
             |           ReturnTypeWillChange.php
             |           
-            \---tests
-                |   ...

@fadrian06 fadrian06 added the refactor Code optimization, improved readability or simplify framework structure label Feb 9, 2024
@fadrian06
Copy link
Contributor Author

Before / After

image

Copy link
Collaborator

@n0nag0n n0nag0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this would only affect people that download the zip file instead of those that install by composer or git clone directly?

@fadrian06
Copy link
Contributor Author

It only affects composer install

@fadrian06 fadrian06 merged commit c4c6e48 into master Feb 9, 2024
@fadrian06 fadrian06 deleted the cleanup branch February 9, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code optimization, improved readability or simplify framework structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants