GithubHelp home page GithubHelp logo

guillermomartinez / filemanager-laravel Goto Github PK

View Code? Open in Web Editor NEW
89.0 12.0 40.0 2.95 MB

FileManager for Laravel integrated with TinyMCE

Home Page: http://laravel-filemanager.rhcloud.com/

License: MIT License

JavaScript 48.97% CSS 2.78% Shell 0.03% PHP 19.98% HTML 28.24%
filemanager-laravel php-files tinymce wysiwyg gallery media-center file-manager

filemanager-laravel's People

Contributors

bryant1410 avatar guille21 avatar guillermomartinez avatar morrelinko avatar shhu 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

Watchers

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

filemanager-laravel's Issues

failed to open stream: Invalid argument

when am trying to install your package i got this error

  • Installing pqb/filemanager-laravel (2.0.6)
    Downloading: 100%

    [ErrorException]
    ZipArchive::extractTo(C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\cpanel/vendor/composer/f30cd603/guillermomartinez-filemanager-laravel-a44b229\src\Pqb\Fil
    emanagerLaravel\inc\vendor\wideimage\doc\Internal-Operations/WideImage_Operation_CopyChannelsTrueColor.html): failed to open stream: Invalid argument

Error when click browse image

I got this error when try to browse images:

Sorry, the page you are looking for could not be found.
1/1 NotFoundHttpException in RouteCollection.php line 145:

Please give resolve this issue. I'm using Laravel 5.

No matching package found.

I got a error when try to install your package

  Problem 1
    - pqb/filemanager-laravel 1.0.8 requires intervention/image 2.* -> no matching package found.
    - pqb/filemanager-laravel 1.0.7 requires intervention/image 2.* -> no matching package found.
    - pqb/filemanager-laravel 1.0.6 requires intervention/image 2.* -> no matching package found.
    - pqb/filemanager-laravel 1.0 requires intervention/image 2.* -> no matching package found.
    - Installation request for pqb/filemanager-laravel 1.* -> satisfiable by pqb/filemanager-laravel[1.0, 1.0.6, 1.0.7, 1.0.8].

Please help me. Thank you very much !!!!

Error 500 php_flag in htaccess

i cannot display the filemanager, filemanager loading forever and display this error in apache.

Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration,

No se puede borrar una carpeta

exception 'ErrorException' with message 'Undefined index: extension' in /home/mmo/workspace/php/barny/vendor/pqb/filemanager-laravel/src/Pqb/FilemanagerLaravel/Filemanager.php:848

Image uploaded but the thumbs not be displayed

Image uploaded but the thumbs not be displayed.

on my local development with XAMPP there's no problem but on my shared hosting I have this issue :

(I have testes chmod 777 but nothing change.)

screen shot 2016-01-12 at 15 35 00

filemanger not working after remove public from url

I have removed public from url by moving the index.php and .htaccess file from public directory and changing the two line in index.php

require __DIR__.'/bootstrap/autoload.php';
$app = require_once __DIR__.'/bootstrap/app.php';

now it is live in http://localhost:141/CMS-laravel/admin

The problem is when i click on filebrowse button it shows error in console panel and can't load all functionality.

FilemanagerLaravelController:

    public function getConnectors()
    {
        $f = FilemanagerLaravel::Filemanager();
        $this->connector_url = url('/') . '/admin/filemanager/connectors';
        $f->run();
    }
    public function postConnectors()
    {
        $f = FilemanagerLaravel::Filemanager();
        $f->connector_url = url('/') . '/admin/filemanager/connectors';
        $f->run();
    }

Screenshot of problem
problem_filemanager

Filemanager en un servidor compartido.

Instalé el proyecto de Laravel en un servidor compartido. Es decir que hay una carpeta en el root, por ejemplo Laravel, y a su mismo nivel está public_html. Lo que me lleva a mi problema. No he logrado hacerlo funcionar correctamente. En el archivo lfm.php coloqué:

'images_dir' => '../public_html/images/',
'images_url' => '../public_html/images/',

Ahora, el comportamiento es el siguiente: El manager se muestra correctamente, crea las carpetas. Cuando le doy a subir se queda en "uploading..." y aunque sí sube la imagen al servidor, no la muestra. ¿Alguien tiene alguna idea de qué estoy haciendo mal?

Funciona en laravel 5.1

hola estoy intentando hacer funcionar este paquete en laravel 5.1
pero el comando

php artisan vendor:publish

Me arroja esto

Publishing complete for tag []!

y pareciera que no hace nada

Make project english

Great project! Just what I need. Would it be possible for someone to translate the project into English?

File path

Hi,
How changing the path files in runtime?
Thanks.

file manager not found

when i use out of auth middleware i can add image

but when use authenticated controller or into auth middleware show error not found file.
please help me

Don't Support laravel 5.8

I want to install it in my project with laravel 5.8 , but face with this errors in composer update :

- don't install illuminate/support v5.0.4|don't install laravel/framework v5.8.11
- Installation request for laravel/framework (locked at v5.8.11, required as 5.8.*) -> satisfiable by laravel/framework[v5.8.11].
- Installation request for pqb/filemanager-laravel ^2.0 -> satisfiable by pqb/filemanager-laravel[2.0, 2.0.1, 2.0.10, 2.0.11, 2.0.12, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9].

Absolute / relative Path

Hy !

how can we tell tinymc to not use relative Path :

screen shot 2015-12-21 at 10 12 55

I want Absolute Path because i Have Front/Back Application.

thQs / Merci

auth problem

nice project , but when use auth middleware it does not work . it show .... page not found when i go to insert
image
1111

Problem path

Hello,
I have installed the project, but I have problems with paths. I use the extension to my admin panel and the route is under admin / filemanager.

When I installed the file manager my route is admin / filemanager but the route of the project file manager.

How can I change this?

No está mostrando filemannager

Hola Guillermo
Cuando coloco el codigo me carga el tinymce con todo y los botones de filemannager, solo que cuando doy clic no carga nada en el body del filemannager y también no es la intención de que cargue todo el wysiwyg.

No encontré como configurar esa parte.

Gracias

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.