2017 © Pedro PelĂĄez
 

library laravel-backup-folder

A component useful to backup all the content of a folder using Laravel Framework

image

rypsx/laravel-backup-folder

A component useful to backup all the content of a folder using Laravel Framework

  • Saturday, June 24, 2017
  • by rypsx
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Backup Folder

Ce package exclusivement rĂ©servĂ© Ă  Laravel vous permet de copier le contenu d'un rĂ©pertoire dans un autre destinĂ© Ă  ĂȘtre un backup. Il s'agit du premier commit. Ce package a Ă©tĂ© fait en 30 minutes pour des besoins immĂ©diats, mais sera mis Ă  jour dans quelques jours pour une utilisation plus poussĂ©e et rĂ©cursive., (*1)

Utilisation

getMessage();
    }

    var_dump($lbf);
?>

Requis

PHP5, (*2)

Composer

Je vous conseille vivement l'utilisation de Composer. Vous pouvez ajouter ce package en tapant la commande suivante dans votre terminal :, (*3)

composer require rypsx/laravel-backup-folder

Ou en éditant le fichier composer.json, tel que :, (*4)

{
"require": {
  "rypsx/\laravel-backup-folder": "^1.x"
}

Packagist

Packagist Repo URL, (*5)

License

The MIT License (MIT), (*6)

Copyright (c) 2017 RypsX Dev, (*7)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*8)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*9)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*10)

The Versions

24/06 2017

dev-master

9999999-dev https://github.com/rypsx/laravel-backup-folder

A component useful to backup all the content of a folder using Laravel Framework

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Rypsx Dev

laravel php backup folder