+Ben Parsell Ben, that really means a lot to me, thank you! I do have so many plans, time is the only limiting factor. Nonetheless, content will keep coming :)
Hey man, thank you for all of your efforts. Your videos are better than Laravel documentations ;) ... Quick question,is it possible to have the Unisharp file manager feature standalone from tinyMCE? I think my first question should be do you actually recommend this "plugin" ? are there any better ones out there with CRUD functionality on public images folder?
Awesome to hear you're enjoying them! Yes, the Filemanager is a standalone package, you don't have to use it with TinyMCE. Check out the docs on the Github page of that package to learn more on how to integrate it standalone: www.google.de/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=laravel+file+manager&*
A suggestion. Would you mind making a video about the settings you use in PhpStorm and if you use Vagrant or Homestead would be awesome because I've had a hard time getting my Vagrant box to work with PhpStorm. Thanks.
Hi Max. Sorry to bother you again ;) I have another question: if I wanna upload some audio or video, do you have any media uploader recommend? Thank you
+DAMIEN JIANG I don't really have a default package I use for that. Though, you may have a look at this package: github.com/spatie/laravel-medialibrary Or of course use any other upload manager, like the one from this video. It depends on your requirements, what should the uploader do (besides storing it on the server)?
+Mindspace Hi Max. I am currently building a Maori language learning marking application. The uploader should enable students to upload their homework which include all kinds of files like PDF, doc, pictures, audio. Then the tutor can mark their homework online. Now I think the independent filemanager should be a better choice.
Hi! How can you integrate Filemanager with Middlewares? I have a middleware that controls the session of my users and right now i got "MethodNotAllowedHttpException" (Laravel 5.2). Any suggestion will be helpful. Thanks! Pd: Your tutorials are the coolest! They help me to develop a complete shopping cart within a moth between learning laravel and the cart itslef!! Thanks!
Hi, I have watched your Laravel Videos as well they are great keep up the good work , if possible also add vue.js with laravel in this playground series as it is very much gaining popularity, Thanks
+Kashif Afzaal Hi Kashif, I'm glad that you're enjoying the videos! Thanks for the suggestion, I can't promise to create content on that soon, but I will have an a look.
Thanks for this amazing work you have done, I almost gave up after spending days on this...luckily i came across your video...I am nearly there just encountered one issue. When i choose picture to upload and click on upload file button, It does nothing...looks like the button is inactive...what might be the issue?
sorry my fault.. I copied the service providers to a different project... It means so much to me...thanks a lot for this tutorial... want more from you about EMAIL in Laravel... for example.. notify users about almost everything from another user coming to join with the similar interest or other interesting topics that they both share...notify on new posts added etc...since you have done a basic laravel tutorial on UDEMY, maybe you can do another a bit more advance and interactive course that can be super useful for real life apps such as email notifications, payment integration for membership packages, more middleware security... :) I wish... Plz make another advance course on Laravel.... most importantly KEEP UP THE GOOD WORK!!! Cheers!
Hi, Great tutorial ! Could you create a tutorial to filter data in HTML table (to avoid pagination) by adding a text input at the top of each column? Thanks!
Please tell me; is there a possibility to use Tinymce html editor with a PHP script? I have got an emailing script and l would like to know if tinymce can help me to better edit HTML enhanced emails.
Thank you so much for this video. when I have downloaded the file manager by the same link; I didn't find the '" app.php".where is the problem? when must I do the packages? Can you help me, please? @Mindspace
Hello, It was great tutorial. I've done following your tutorial. But my uploaded image's width and height are same sized(small squere). How should I solve it? (uploaded image's dimension changed???)
I followed the steps on how to implement the tinymce and file manager on laravel but i have this problem when it try to upload an image on file manager when i click upload the image does not upload. But it uploads files but it upload it on the image folder
+Mindspace Thank you so much Max for this series. You just saved me a LOT of googling for a project i amm doing right now!!! Wow ! This is just perfect. I followed you laravel for beginners tutorials , and you are still walking me through to becoming a professional. Wherever you are, know that you are impacting the lives of people all over the world. Thanks again. Can't wait for the next series you put up
Hi guys. When i click to open file manager, the file manager window appear but there is no content in it. I'm using it with tinymce editor. Does anybody know what's wrong? My tinymce version is 4.5.2.
Hi Max. Thank you for putting up this useful tutorial. I run into a little problem during the setup. I wanna upload some PDF file, but got an error says: 'Unexpected MimeType: application/pdf'. I noticed that in lfm.php file there is a comment '// only when '/laravel-filemanager?type=Files'', so I found the unisharp/laravel-filemanager/src/controller/LfmController.php file and changed -- Input::get('type', 'Images')-- to -- Input::get('type', 'Files') --, but it still doesn't work. Could you help me with this? Thank you very much.
+DAMIEN JIANG Hi Damien, you should never change something directly in the source code of a package, that's really important! TinyMCE is configured in a way, to automatically append the "types=File" at the end of an URL, if something else than an image is uploaded. However, how does TinyMCE check what is getting uploaded? Since it is not an uploader but a WYSIWYG editor, it infers the type of the upload depending on which button you clicked. Therefore, if you clicked "insert image" and try to upload a PDF, you get an error. If you want to upload something else than an image, use the "insert video/ media" button. Note, that for uploading and storing PDFs, neither is a great choice, since this is not the task of a WYSIWYG editor. Check out this link (github.com/UniSharp/laravel-filemanager/blob/master/doc/integration.md#independent-use) to learn how to implement the FileManager independent of a WYSIWYG editor. I hope this helps you!
+Mindspace Hi Max. Thank you for your quick reply. It makes sense to me now. WYSIWYG editor is not a right choice in my situation. All I need to do is to upload all kinds of files. Thank you for the detailed explanation.
Hello i have followed your video and done everything accordingly. But all i see is half the file-manager postimg.org/image/wfs7g9t8r/ i cannot create folder or upload image. nothing works. Plz help
hi, i am using laravel .htaccess and index files outside the public dir. Due to this i am facing a proble in filemanager, i can upload images in filemanager but after uploading this filemanager is not listing images properly. (/public/ is mising while checking the image src) Any solutioin.???
Hello! I'm having an issue of uploading the image in the server. Everything works well in local but when I try to upload image in server, It throws an error. "An error has occured: Internal Server Error". Though I can insert the already uploaded images. Help me please
Hello, I have a consult. I implement this file manager, in my local work well but in my web site (sharing-host) I have a issue. Every time a try to upload a new photo I receipt this error "Invalid upload request". According to some people it because I need enable de extension exif but that do not solve my problem, there is some thing else that can provoke this error. By the way grate video and thanks in advance for the help.
Hi i have followed your video and i have integrated but when i click on browse icon it throws me Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. error 404 can you help out this
Hi ! My TunyMCE works fine. How can I save TinyMCE textarea content into a HTML file and put it Storage? Then how can I load this file in TinyMCE textarea for editing? Thank you!
That's bit too much for a RUclips comment ;) Basically you learn how to extract the content in this mini video series. You can then use the Laravel Filesystem to create a new file and store it. Check out the official Filesystem docs to learn more.
+Mindspace Thank you Max for another great Laravel series. I have learned so much from you. You are a great teacher and I really appreciate all your effort, and I am sure there are plenty of other people that do as well. Guys, if you like Max's content, please purchase his Udemy course for 2 more great projects!
+Mindspace Max, I would like to make a suggestion for a future video/series. I think it would be useful to a lot of people to have a checklist of what to do when uploading a Laravel project to a server ready for production. I have looked around and cannot find a good guide. Maybe include a quick section on Git basics for versioning, such as which files to ignore? It took me a long time to figure these things out myself but I still only understand the basics, and I feel they are an essential part of a developers toolkit that isn't really talked about and everybody seems to assume that everybody already understands it! Thanks again for the great content!
First of all: Many thanks for the very kind words, it's really great to hear that you like my content! Second: That's a great suggestion, I believe deployment & workflows is generally an interesting topic on which I'll release more content in the future
Hi Max, great tutorial! I have the same problem as @andreas jonanisco, Laravel manager did show up but Share folder is not visible and Upload file button does not work. My OS is Windows 10 with XAMPP. path_absolute is exactly like on git Integration. How can I solve it? Thanks!
Your setup is probably a bit different than mine - which would explain why an identical path doesn't work for you. Maybe your paths (in the editor config) need to be adjusted - for example if you serve your app from localhost/something instead of localhost/
It works fine in localhost:8000/ (with php artisan serve), but it doesn't work in localhost/basicapp/public/ (without start serve). What has ro be modified in path_absolute config? Thanks.
I tried 5 ways to solve : 1. path_absolute : "{{ URL::to('localhost:8000') }}/", - works fine with php artisan serve 2. path_absolute : "{{ URL::to('/') }}/", - works fine with php artisan serve 3. path_absolute : "{{ URL::to('localhost/basicapp/public') }}/", - doesn't work with Apache 4. path_absolute : "{{ URL::route('home') }}/", - doesn't work with Apache 5. path_absolute : "{{ URL::to('/') }}/", - doesn't work with Apache
There are 10 errors, one of them is: "Failed to load resource: localhost/vendor/laravel-filemanager/css/cropper.min.css the server responded with a status of 404 (Not Found)". The folder laravel-filemanager doesn't exist in app/vendor, but exists in public/vendor.
Hello Dexter Morgan, I am trying to Set up file manager but it was return "404 not found" error i want to put editor in my post create page .. but file manager didn't open Please Help me to solve this error
i am using laravel 5.4 and unisharp 1.7 i got error 404 when i click on image button. i got this error in my console. GET localhost:8000/laravel-filemanager?field_name=mceu_41-inp&type=Images 404 (Not Found) . please help me
I am stuck at fixing routes for laravel file manager, i am integrating ck editor, it shows the ck editor when i browser for images that time , it shows this error Sorry, the page you are looking for could not be found. 1/1 NotFoundHttpException in RouteCollection.php line 161:
where you find welcome.blade.php ? i copied the code from github and put it to welcome.blade.php .but when I click button on tiniMCE it goes to ''/" directory
+Mindspace thank you for quick replay . as i said i have to create welcome.blade.php which is on "/" directory . and i put there code for the tinymice Integration and when browse "/" then shows up tinymice editor and it should be . but the problem is when click to open file manage it doesn't show the file manager . it shows tinymice editor again more like a loop . in the code absulate path set to = "/" .
+Mindspace thanks for your quick replay . i had some problem with ifm.php configuration . now it is solved . by the way nice tutorial learing lots of laravel trick from you .
Good day, I have a question, the image does not upload even if I already clicked Upload, nothing happens. And when i created a new folder, nothing appears, then a semi-colon is present at the rightmost side of the window, any solution to this?
+Carl Jan Binalla Hard to diagnose, you probably should see some errors in your dev tools console. Or in the network tab of the dev tools (on Chrome at least), there should be some "red" requests (failed requests). Anything like that? If yes: Which error messages do you get?
+Mindspace Thank you for responding, i checked the console, errors consist of error 404, mostly on the laravel-filemanager folder, and ajaxSubmit is not a function error
+Mindspace Im just curious..is localhost/vendor/laravel-filemanager/js/cropper.min.js the same as localhost/laravel/ClassifiedAds/public/vendor/laravel-filemanager/js/cropper.min.js?? the first link is the error, and the second link is the actual location, i dont know where to change the url if in case those links are diff to each other
When I try to install file manager, every time it shows me this error " To enable extensions, verify that they are enabled in those .ini files: - C:\xampp\php\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. " I have lost my 2 days. I could not configure yet. I have copied this and paste in C:\Windows. But it did not work. Can you please help me about this?
Hello. It's Great tutorial. But I have problem. After uploading I get bad url 'localhost:8000/photosshares/image.jpg' where the need slash ('../photos/shares/..'). Hilf mir!)
Thank you for this video. But I have question: when I run php artisan vendor:publish --tag=lfm_config and php artisan vendor:publish --tag=lfm_public , it's has notification: Nothing to publish for tag [lfm_config]. I don't know why? Anyone can't help me to solve this problem. I use laravel 5.2. Thank you :))
I got this error too. I have solved that, just was attentively. You can get the code from off.doc. like in video: github.com/UniSharp/laravel-filemanager/blob/master/docs/integration.md Also want to note, that if you just copied source code from comments of previous video, then may be it's reason of your error, because there are few issues. @James Camomile: his comment just need to rewrite as I reply him
hello, i followed every step but the laravel manager did show up, i cant make a new folder and cant upload images postimg.org/image/u0gzb2q97/ thank you :)
+Mindspace it works, almost all path i canghed, but in your turorial you have change nothing but it works :O By the way, thank you so much for helping mee :))
I've been searching for this for a long time for my own file manager. Thanks alot
Your videos are awesome! Keep pushing out content! Myself, and everyone here appreciates your hard work.
+Ben Parsell
Ben, that really means a lot to me, thank you! I do have so many plans, time is the only limiting factor. Nonetheless, content will keep coming :)
Great Tutorial - Works as advertised! That is gold
Amazing to hear James, thanks for the nice feedback!
Hello There Please Upload a Series on Making a FileManager With Laravel. I Guess it will be very helpful for many viewers.
Hey man, thank you for all of your efforts. Your videos are better than Laravel documentations ;) ... Quick question,is it possible to have the Unisharp file manager feature standalone from tinyMCE? I think my first question should be do you actually recommend this "plugin" ? are there any better ones out there with CRUD functionality on public images folder?
Awesome to hear you're enjoying them! Yes, the Filemanager is a standalone package, you don't have to use it with TinyMCE. Check out the docs on the Github page of that package to learn more on how to integrate it standalone: www.google.de/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=laravel+file+manager&*
That's the correct link: github.com/UniSharp/laravel-filemanager
Great video! Is it possible to customise the look of the pop up modal?
Great videos, a must for everyone new to Laravel. Hope more will come soon :-)
+Martin Jespersgaard
Already recorded, should be released within the next couple of days :)
Thanks. But how I create a post with formatted text and multiple images (4/5 images) in Laravel as like WordPress post?
A suggestion. Would you mind making a video about the settings you use in PhpStorm and if you use Vagrant or Homestead would be awesome because I've had a hard time getting my Vagrant box to work with PhpStorm. Thanks.
+Ghost Rider
Hi, I think that's a great idea! I will certainly do this, thanks for the suggestion!
Hi Max. Sorry to bother you again ;) I have another question: if I wanna upload some audio or video, do you have any media uploader recommend? Thank you
+DAMIEN JIANG
I don't really have a default package I use for that. Though, you may have a look at this package: github.com/spatie/laravel-medialibrary Or of course use any other upload manager, like the one from this video.
It depends on your requirements, what should the uploader do (besides storing it on the server)?
+Mindspace Hi Max. I am currently building a Maori language learning marking application. The uploader should enable students to upload their homework which include all kinds of files like PDF, doc, pictures, audio. Then the tutor can mark their homework online. Now I think the independent filemanager should be a better choice.
Yes, I agree, since that really is not the job of a WYSIWYG editor ;)
It would be very helpful if you could make a tutorial on email verification when a new user is registering. That would be so awesome!
+Nikolay K.
I think there are good chances that this will be covered in the future :)
Thanks you made my day man.
Thanks again for your comment deepkesh :)
So helpful
I use Laravel 5.4 It's work fine
Hi! How can you integrate Filemanager with Middlewares? I have a middleware that controls the session of my users and right now i got "MethodNotAllowedHttpException" (Laravel 5.2). Any suggestion will be helpful. Thanks! Pd: Your tutorials are the coolest! They help me to develop a complete shopping cart within a moth between learning laravel and the cart itslef!! Thanks!
is it possible to integrate it with TinyMCE 5 tried many ways couldn't found a solution i will really apperciate your response to this question
Awesome bro!
an important content obviously ..Sir can you make a series on corn job in laravel if possible?
Thanks!
+Soft Pdf Hi, great to hear this! I do plan to create content on jobs etc in the future, yes
+Mindspace Just asking why didn't you update the Github Repo of this session?
Just because I forget to push my changes there all the time ;). It's now available on Github. Thanks for reminding me
Hi, I have watched your Laravel Videos as well they are great keep up the good work , if possible also add vue.js with laravel in this playground series as it is very much gaining popularity, Thanks
+Kashif Afzaal
Hi Kashif, I'm glad that you're enjoying the videos! Thanks for the suggestion, I can't promise to create content on that soon, but I will have an a look.
Thanks for this amazing work you have done, I almost gave up after spending days on this...luckily i came across your video...I am nearly there just encountered one issue. When i choose picture to upload and click on upload file button, It does nothing...looks like the button is inactive...what might be the issue?
sorry my fault.. I copied the service providers to a different project... It means so much to me...thanks a lot for this tutorial... want more from you about EMAIL in Laravel... for example.. notify users about almost everything from another user coming to join with the similar interest or other interesting topics that they both share...notify on new posts added etc...since you have done a basic laravel tutorial on UDEMY, maybe you can do another a bit more advance and interactive course that can be super useful for real life apps such as email notifications, payment integration for membership packages, more middleware security... :) I wish... Plz make another advance course on Laravel.... most importantly KEEP UP THE GOOD WORK!!! Cheers!
Many thanks for this amazing feedback and the great suggestions! I got loads of plans for both Udemy and RUclips :)
Hey, great videos, really like them!
Could you ever do a video on unit testing in laravel?
+Erki Hindo
Hi Erki, I'm very happy to hear this! I wouldn't rule that out but I can't give a specific date right now :)
Hi, Great tutorial ! Could you create a tutorial to filter data in HTML table (to avoid pagination) by adding a text input at the top of each column? Thanks!
Hi Andrei, thanks for your suggestion. I do have loads of ideas for future videos, I'll see if I find the time to do something in this direction
Please tell me; is there a possibility to use Tinymce html editor with a PHP script? I have got an emailing script and l would like to know if tinymce can help me to better edit HTML enhanced emails.
Thank you mate! it was perfect for me, blessings.
Awesome to hear that Alejandro, thanks so much for your nice feedback!
Hi, please check the following images and let me know, why the images are not showing in file manager.
Thank you so much for this video.
when I have downloaded the file manager by the same link; I didn't find the '" app.php".where is the problem?
when must I do the packages?
Can you help me, please?
@Mindspace
Hello,
It was great tutorial.
I've done following your tutorial. But my uploaded image's width and height are same sized(small squere). How should I solve it? (uploaded image's dimension changed???)
Got problems,
I dont want thumbnail image, So I removed 'thumb_folder_name' in lfm.php config.
Thank you Max your useful tutorials.
Best regards,
I followed the steps on how to implement the tinymce and file manager on laravel but i have this problem when it try to upload an image on file manager when i click upload the image does not upload. But it uploads files but it upload it on the image folder
Year 2023, who's with me 😁
+Mindspace Thank you so much Max for this series. You just saved me a LOT of googling for a project i amm doing right now!!! Wow ! This is just perfect. I followed you laravel for beginners tutorials , and you are still walking me through to becoming a professional. Wherever you are, know that you are impacting the lives of people all over the world. Thanks again. Can't wait for the next series you put up
Hi Frantz,
that's amazing to hear, I'm happy that I was able to help!
Hi guys. When i click to open file manager, the file manager window appear but there is no content in it. I'm using it with tinymce editor. Does anybody know what's wrong? My tinymce version is 4.5.2.
In Local server its works fine but in live server it shown "Invalid Upload Request". How to solve it?
Great Work, Thanks.
Thanks for this. Do you know how to control the image quality? All my uploads are being ruined. Their docs don't mention anything about it.
Hi Isaac, not really, especially since I don't notice any problems with the images uploaded :/
Hi Max. Thank you for putting up this useful tutorial. I run into a little problem during the setup. I wanna upload some PDF file, but got an error says: 'Unexpected MimeType: application/pdf'. I noticed that in lfm.php file there is a comment '// only when '/laravel-filemanager?type=Files'', so I found the unisharp/laravel-filemanager/src/controller/LfmController.php file and changed -- Input::get('type', 'Images')-- to -- Input::get('type', 'Files') --, but it still doesn't work. Could you help me with this? Thank you very much.
+DAMIEN JIANG
Hi Damien, you should never change something directly in the source code of a package, that's really important! TinyMCE is configured in a way, to automatically append the "types=File" at the end of an URL, if something else than an image is uploaded. However, how does TinyMCE check what is getting uploaded? Since it is not an uploader but a WYSIWYG editor, it infers the type of the upload depending on which button you clicked.
Therefore, if you clicked "insert image" and try to upload a PDF, you get an error.
If you want to upload something else than an image, use the "insert video/ media" button.
Note, that for uploading and storing PDFs, neither is a great choice, since this is not the task of a WYSIWYG editor. Check out this link (github.com/UniSharp/laravel-filemanager/blob/master/doc/integration.md#independent-use) to learn how to implement the FileManager independent of a WYSIWYG editor.
I hope this helps you!
+Mindspace Hi Max. Thank you for your quick reply. It makes sense to me now. WYSIWYG editor is not a right choice in my situation. All I need to do is to upload all kinds of files. Thank you for the detailed explanation.
You're welcome :)
Hello i have followed your video and done everything accordingly. But all i see is half the file-manager postimg.org/image/wfs7g9t8r/ i cannot create folder or upload image. nothing works. Plz help
hi, i am using laravel .htaccess and index files outside the public dir.
Due to this i am facing a proble in filemanager, i can upload images in filemanager
but after uploading this filemanager is not listing images properly. (/public/ is mising while checking the image src)
Any solutioin.???
Hi! how to fix this
Class 'UniSharp\LaravelFilemanager\LaravelFilemanagerServiceProvider' not found
Hi.. can you help me? when I submit my form it is returning "An invalid form control with name='content' is not focusable."
Hello!
I'm having an issue of uploading the image in the server. Everything works well in local but when I try to upload image in server, It throws an error. "An error has occured: Internal Server Error". Though I can insert the already uploaded images. Help me please
Hello, I have a consult. I implement this file manager, in my local work well but in my web site (sharing-host) I have a issue. Every time a try to upload a new photo I receipt this error "Invalid upload request". According to some people it because I need enable de extension exif but that do not solve my problem, there is some thing else that can provoke this error. By the way grate video and thanks in advance for the help.
Hi i have followed your video and i have integrated but when i click on browse icon it throws me Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. error 404 can you help out this
Hi ! My TunyMCE works fine.
How can I save TinyMCE textarea content into a HTML file and put it Storage? Then how can I load this file in TinyMCE textarea for editing? Thank you!
That's bit too much for a RUclips comment ;) Basically you learn how to extract the content in this mini video series. You can then use the Laravel Filesystem to create a new file and store it. Check out the official Filesystem docs to learn more.
Yes, I realized that is too much. Please forgive me, thanks!
+Mindspace Thank you Max for another great Laravel series. I have learned so much from you. You are a great teacher and I really appreciate all your effort, and I am sure there are plenty of other people that do as well.
Guys, if you like Max's content, please purchase his Udemy course for 2 more great projects!
+Mindspace Max, I would like to make a suggestion for a future video/series. I think it would be useful to a lot of people to have a checklist of what to do when uploading a Laravel project to a server ready for production. I have looked around and cannot find a good guide.
Maybe include a quick section on Git basics for versioning, such as which files to ignore? It took me a long time to figure these things out myself but I still only understand the basics, and I feel they are an essential part of a developers toolkit that isn't really talked about and everybody seems to assume that everybody already understands it!
Thanks again for the great content!
First of all: Many thanks for the very kind words, it's really great to hear that you like my content!
Second: That's a great suggestion, I believe deployment & workflows is generally an interesting topic on which I'll release more content in the future
Thanks. Thats great to hear. Also do you have any plans for any more Udemy courses planned?
Sure, I got a lot of ideas, time is the limiting factor ;)
hello impesionante video,
I have no problems with the integration.
I want to save the url of the image in a field of my database.
Please help.
bro what about summernote ??
In your Repo, the function getGenerateArticle have " return response('Article generated!', 200); ". where is the code , :( :(
Hi Max, great tutorial! I have the same problem as @andreas jonanisco, Laravel manager did show up but Share folder is not visible and Upload file button does not work. My OS is Windows 10 with XAMPP. path_absolute is exactly like on git Integration. How can I solve it? Thanks!
My config path is: path_absolute : "{{ URL::to('/') }}/", but doesn' work. Thank you.
Your setup is probably a bit different than mine - which would explain why an identical path doesn't work for you. Maybe your paths (in the editor config) need to be adjusted - for example if you serve your app from localhost/something instead of localhost/
It works fine in localhost:8000/ (with php artisan serve), but it doesn't work in localhost/basicapp/public/ (without start serve). What has ro be modified in path_absolute config? Thanks.
I tried 5 ways to solve :
1. path_absolute : "{{ URL::to('localhost:8000') }}/", - works fine with php artisan serve
2. path_absolute : "{{ URL::to('/') }}/", - works fine with php artisan serve
3. path_absolute : "{{ URL::to('localhost/basicapp/public') }}/", - doesn't work with Apache
4. path_absolute : "{{ URL::route('home') }}/", - doesn't work with Apache
5. path_absolute : "{{ URL::to('/') }}/", - doesn't work with Apache
If you have a look at the JS console (dev tools) you're probably seeing some 404 errors. Where does your browser look for the files?
There are 10 errors, one of them is: "Failed to load resource: localhost/vendor/laravel-filemanager/css/cropper.min.css the server responded with a status of 404 (Not Found)". The folder laravel-filemanager doesn't exist in app/vendor, but exists in public/vendor.
You probably need to adjust your .htaccess file to point to the right root directory
hi everybody,
i have a question, how to delete image in filemanage . I delete image but not active
Thanks !
Hello Dexter Morgan,
I am trying to Set up file manager but it was return "404 not found" error
i want to put editor in my post create page ..
but file manager didn't open
Please Help me to solve this error
i ma working on laravel 6.
guide me to set absolute path properly.
if i hosting it to server it work or not for upload image
its here..tnks
SALUDOS ME PUEDE AYUDAR COMO CAMBIO DE IDIOMA FILE MANAGER A ESPAÑOL EN LARAVEL 5.5
i am using laravel 5.4 and unisharp 1.7 i got error 404 when i click on image button.
i got this error in my console.
GET localhost:8000/laravel-filemanager?field_name=mceu_41-inp&type=Images 404 (Not Found) . please help me
same problem, did you fix it?
well you need to login to use that plugin, if you ae logged in then you will not see that error
Issue resolve in above comment
By @False Reality
I am stuck at fixing routes for laravel file manager, i am integrating ck editor, it shows the ck editor when i browser for images that time , it shows this error
Sorry, the page you are looking for could not be found.
1/1
NotFoundHttpException in RouteCollection.php line 161:
You might've another server setup than I do - thus your CKEditor config script might need some adjustment regarding the base url
Hey man! how do you get rid of the background behind you? Thanks.
+Ghost Rider
I use a greenscreen and then edit it out in post production.
+Mindspace Cool. Thanks.
Error message "Illegal offset type" coming when doing php artisan vendor:publish --tag=lfm_public in command prompt.Im using laravel 5.
Hi, Did you find a fix for this? Same issue.
Michael C. Hall, are you?
thank you so much :)
You're welcome, I'm happy to hear that you're enjoying it! :)
where you find welcome.blade.php ? i copied the code from github and put it to welcome.blade.php .but when I click button on tiniMCE it goes to ''/" directory
+mosaddik bin hafiz
In the URL you mean? The "/" route loads the welcome view. Or do you see a blank page?
+Mindspace thank you for quick replay . as i said i have to create welcome.blade.php which is on "/" directory . and i put there code for the tinymice Integration and when browse "/" then shows up tinymice editor and it should be . but the problem is when click to open file manage it doesn't show the file manager . it shows tinymice editor again more like a loop . in the code absulate path set to = "/" .
+Mindspace thanks for your quick replay . i had some problem with ifm.php configuration . now it is solved . by the way nice tutorial learing lots of laravel trick from you .
Great to hear that! :)
Good day, I have a question, the image does not upload even if I already clicked Upload, nothing happens. And when i created a new folder, nothing appears, then a semi-colon is present at the rightmost side of the window, any solution to this?
+Carl Jan Binalla
Hard to diagnose, you probably should see some errors in your dev tools console. Or in the network tab of the dev tools (on Chrome at least), there should be some "red" requests (failed requests). Anything like that? If yes: Which error messages do you get?
+Mindspace Thank you for responding, i checked the console, errors consist of error 404, mostly on the laravel-filemanager folder, and ajaxSubmit is not a function error
Hm okay, could you share a github repo with your code?
+Mindspace all of the code or just the views?
+Mindspace Im just curious..is localhost/vendor/laravel-filemanager/js/cropper.min.js the same as localhost/laravel/ClassifiedAds/public/vendor/laravel-filemanager/js/cropper.min.js??
the first link is the error, and the second link is the actual location, i dont know where to change the url if in case those links are diff to each other
I am so sure about path_absolute. When I browse file, I get page could not be found.
Sorry . I am not so sure
me, too
Make sure to compare your source code with mine (link in video description). Following this set up, you should be able to get a working project.
If you are using 5.2, please do not open 'auth', only 'web'. I fixed that in this way.
I use it in dashboard. I am just a starter, so I dont really understand much.
I also try only 'web'. but It doesn't help.
Where the place to put the path_absolute guide?
In the TinyMCE config - as shown in the video. Also have a look at the source code (link in video description) if you're unsure where to place it.
When I try to install file manager, every time it shows me this error " To enable extensions, verify that they are enabled in those .ini files:
- C:\xampp\php\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
"
I have lost my 2 days. I could not configure yet. I have copied this and paste in C:\Windows. But it did not work. Can you please help me about this?
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\xampp\php\php.ini
Hello. It's Great tutorial. But I have problem. After uploading I get bad url 'localhost:8000/photosshares/image.jpg' where the need slash ('../photos/shares/..'). Hilf mir!)
Maybe missing in your routes config? You may compare your code to mine - you can find the link in the video description :)
If I select image from shares folder I get that invalid url, but if from other is all good :) Maybe your filemanager has the same bug?
I have same problem. Did u fix it?
No, I started to use "Admin pane"l for laravel
Tnx man!
Thank you for this video. But I have question: when I run php artisan vendor:publish --tag=lfm_config and
php artisan vendor:publish --tag=lfm_public , it's has notification: Nothing to publish for tag [lfm_config].
I don't know why? Anyone can't help me to solve this problem. I use laravel 5.2. Thank you :))
+Quang Ngọc
Do you have the lfm.php file in the config folder? As long as this is the case, everything's okay :)
Any update for TinyMCE v4 ?
error RouteCollection.php line 161:
Did you get it fixed?
I have the same issue on my digital ocean droplet
I got this error too. I have solved that, just was attentively.
You can get the code from off.doc. like in video:
github.com/UniSharp/laravel-filemanager/blob/master/docs/integration.md
Also want to note, that if you just copied source code from comments of previous video, then may be it's reason of your error, because there are few issues.
@James Camomile: his comment just need to rewrite as I reply him
Thanks now it resolve on Laravel 5.4, it will take 1 month to resolve this issue to me, heheheh
Thankyou Again
Thanks now it resolve on Laravel 5.4, it will take 1 month to resolve this issue to me, heheheh
Thankyou Again
Lfm.php not in my config folder
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public
how make multiple upload files ?
I think the Filemanager used here doesn't support this (though I'm not sure). You may of course search for a different one
respect!
hello, i followed every step but the laravel manager did show up, i cant make a new folder and cant upload images
postimg.org/image/u0gzb2q97/
thank you :)
You might have some JavaScript errors. Check your JS console (developer tools) to see if you got errors
this is the result
postimg.org/image/rul6js8gb/
Seems like your paths/ URLs are wrong. Make sure that you set up the config of TinyMCE (the JavaScript code) correctly to use the right routes/ paths
+Mindspace it works, almost all path i canghed, but in your turorial you have change nothing but it works :O
By the way, thank you so much for helping mee :))
That's because the paths depend on your local setup and your root url. Great to hear it's working now!
you talk tooo much it to bore
Just quit the video then. ;)
@@academind why i quit ?u talk to much but give best knowledge