Giter Site home page Giter Site logo

salahhusa9 / laravel-updater Goto Github PK

View Code? Open in Web Editor NEW
149.0 149.0 18.0 1.77 MB

Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command.

Home Page: https://salahhusa9.com/laravel-updater

License: MIT License

PHP 100.00%
laravel laravel-updater package packages php updater

laravel-updater's Introduction

Hi ๐Ÿ‘‹, I'm Salah eddine Bendyab

A passionate backend developer from Morocco

coding

salahhusa9

Connect with me:

salah-eddine-bendyab salaheddine.bendyab.7

Languages and Tools:

bash bootstrap css3 git html5 javascript laravel linux mongodb mysql php postman tailwind webpack xd

salahhusa9

ย salahhusa9

salahhusa9

salahhusa9

laravel-updater's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar renovate[bot] avatar salahhusa9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

laravel-updater's Issues

Docs pages not found [Bug]:

What happened?

In the docs website, page for 'Pipelines' and 'advance use' in after update section respond to 404.

image

How to reproduce the bug

Go to update section and click the links

Package Version

0

PHP Version

0

Laravel Version

0

Which operating systems does with happen with?

Windows

Notes

No response

[Bug]: cant publish assets

What happened?

running php artisan vendor:publish --tag="laravel-updater-config" doesn't publish the assets:
image

instead, running php artisan vendor:publish --provider="Salahhusa9\Updater\UpdaterServiceProvider" did the job:
image

a fix has been pushed #33, the documentation should be updated too

How to reproduce the bug

run php artisan vendor:publish --tag="laravel-updater-config"

Package Version

1.0

PHP Version

8.2.14

Laravel Version

10.41.0

Which operating systems does with happen with?

Linux

Notes

No response

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

composer
composer.json
  • php ^8.1|^8.2
  • guzzlehttp/guzzle ^7.8
  • illuminate/contracts ^10.0|^11.0
  • spatie/laravel-package-tools ^1.0
  • symfony/process ^6.3|^7.0
  • laravel/pint ^1.0
  • nunomaduro/collision ^7.8|^8.0
  • nunomaduro/larastan ^2.0.1
  • orchestra/testbench ^8.0|^9.0
  • pestphp/pest ^2.20
  • pestphp/pest-plugin-arch ^2.0
  • pestphp/pest-plugin-laravel ^2.0
github-actions
.github/workflows/dependabot-auto-merge.yml
  • dependabot/fetch-metadata v2.1.0
.github/workflows/deploy-docs.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • actions/upload-pages-artifact v3
  • actions/deploy-pages v4
.github/workflows/fix-php-code-style-issues.yml
  • actions/checkout v4
  • aglipanci/laravel-pint-action 2.4
  • stefanzweifel/git-auto-commit-action v5
.github/workflows/run-tests.yml
  • actions/checkout v4
  • shivammathur/setup-php v2
.github/workflows/update-changelog.yml
  • actions/checkout v4
  • stefanzweifel/changelog-updater-action v1
  • stefanzweifel/git-auto-commit-action v5

  • Check this box to trigger a request for Renovate to run again on this repository

[Bug]: Errors while trying to update

What happened?

I cant make php artisan updater:update work

How to reproduce the bug

Just use the command

Package Version

0.1

PHP Version

8.2

Laravel Version

9

Which operating systems does with happen with?

Linux

Notes

Hello.. This is the error! Thanks

 fatal: No names found, cannot describe anything.

  at vendor/salahhusa9/laravel-updater/src/Helpers/Git.php:58
     54โ–•     {
     55โ–•         $process = Process::run(self::gitPath().' describe --tags --abbrev=0');
     56โ–•
     57โ–•         if ($process->failed()) {
  โžœ  58โ–•             throw new \Exception($process->errorOutput());
     59โ–•         }
     60โ–•
     61โ–•         return trim($process->output());
     62โ–•     }

      +16 vendor frames

  17  artisan:37
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.