Giter Site home page Giter Site logo

pietrocinaglia / laraupdater Goto Github PK

View Code? Open in Web Editor NEW
155.0 10.0 42.0 133 KB

LaraUpdater allows your Laravel Application to auto-update itself: Laravel App Self-Update.

License: MIT License

PHP 88.97% Blade 11.03%
laravel laravel-framework laravel-package updater update-service update-checker laravel8 laravel9

laraupdater's People

Contributors

ajaythakkar avatar alighasemzadeh-archived avatar alwathan avatar bjoern3003 avatar cracker182 avatar egyptianm avatar mdylan avatar mohamad-supangat avatar pietrocinaglia avatar salihkiraz avatar selembung 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laraupdater's Issues

Cannot get the updater.check

I tried using this updater but I get this error:
GET http://localhost/ProjectName/public/updater.check 500 (Internal Server Error)

I dont know whether is become of jquery version. Details of the issue are:
send @ jquery-3.1.1.min.js:4
ajax @ jquery-3.1.1.min.js:4
(anonymous) @ system_update:323
j @ jquery-3.1.1.min.js:2
k @ jquery-3.1.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
fire @ jquery-3.1.1.min.js:2
i @ jquery-3.1.1.min.js:2
fireWith @ jquery-3.1.1.min.js:2
ready @ jquery-3.1.1.min.js:2

how to work if laravel and public_html

hey
My project folder is as follows:

laravel ---> source code
public_html ---> public

However, I get the following error during the update operation
Thank you for helping me

laraupdater.UPDATE_FOUND: 1.0.2 (laraupdater.current_version: 1.0)

laraupdater.DESCRIPTION: Minor bugs fix

» laraupdater.Update_downloading_..

laraupdater.ERROR_DURING_UPDATE_(!!check_the_update_archive!!)Exception => The "C:\xampp\htdocs\test\laravel/backup_20191227" directory does not exist.
[ laraupdater.FAILED ]
laraupdater.Backup_folder_is_located_in: C:\xampp\htdocs\test\laravel/backup_20191227.
laraupdater.Remember_to_restore_System_UP-Status_through_shell_command: php artisan up.

Some query

  1. let's assume that there are existing files and via an update, newer files are being downloaded and overwritten. how can we ensure that the new files have the same write permissions as on the server? 2. Incase of the download fails, how can we manage this situation?

Ability to select User model in configuration

Can you implement a parameter for the method checkPermission() so that it receives which model that it should use to check for permissions? The model could be set in the configuration file.

Undefined getCurrentVersion

Issue : $this->log( trans("laraupdater.SYSTEM_VERSION") . $this->getCurrentVersion, true, 'info' );
Changes : $this->log( trans("laraupdater.SYSTEM_VERSION") . $this->getCurrentVersion(), true, 'info' );

Laravel 8

Hi and thank you for this great package.
Just a small question because I was not able to find any answers on the readme file.
Does laraupdater work with Laravel 8?
If it does, does it support Jetstream and Livewire?

Check the update archive isssue

Here is the error I'm getting:

UPDATE FOUND: 1.0.2 (current version: 1.0)

DESCRIPTION: Minor bug fixes

» Update, downloading ...........

ERROR DURING UPDATE (!!check the update archive!!) --TRY to restore OLD status ........... Exception => The "D:\XAMPP\htdocs\test2\application/backup_20181210" directory does not exist.
[ FAILED ]
Backup folder is located in: D:\XAMPP\htdocs\test2\application/backup_20181210.
Remember to restore System UP-Status through shell command: php artisan up.

My config file:

'tmp_path' => '/../tmp',
'update_baseurl' => 'https://rainn.xyz/x71927a/21dates',
// Doing this in the route itself
'middleware' => ['web', 'auth'],
// Because I already have a permissions system that has middleware
'allow_users_id' => false 

Routes file(commented out middleware for testing purposes):

Route::get('updater/check', 'pcinaglia\laraupdater\LaraUpdaterController@check')->name('updater-check')/*->middleware('permission:manage-updater')*/;
Route::get('updater/currentVersion', 'pcinaglia\laraupdater\LaraUpdaterController@getCurrentVersion')->name('updater-currentversion')/*->middleware('manage-updater')*/;
Route::group(['middleware' => config('laraupdater.middleware') ], function(){
    Route::get('updater/update', 'pcinaglia\laraupdater\LaraUpdaterController@update')->name('updater-update');
})/*->middleware('permission:manage-updater')*/;

Thank in advance for your help. I'll keep trying but I'd love to hear your suggestions.
Let me know if you need more information.

Version 0.0.9 to 0.0.10

Hello,
First of all thank you for this extension. I have just encountered a small problem, in fact when the current version is 0.0.9 and I want to upgrade to 0.0.10, the system does not detect an update.

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.