Hello Michael,
Can you please add this skype id is so we can discuss further, I can help you create it.
Hello itzmeank,
I'm sorry, but I can't find "itzmeank" on Skype?
I don't use Moxiemanager, but isn't it as simple as creating a config file (app/config/moxiemanager.php) and use that config as the Moxiemanager configuration:
<?php
return array(
'general.license' => '12345',
'filesystem.rootpath' = public_path('files');
);
$moxieManagerConfig= Config::get('moxiemanager');
I have created a package for TinyMCE + elFinder, if that helps? https://github.com/barryvdh/laravel-elfinder
Thanks Barry!
I will try that! I'm actually using your package as a backup now, it works like a charm but I think it's a shame if I won't use Moxiemanager since I've already bought that license. I also think Moxiemanager looks a bit better.
I'll let you know if your solution helped me out!
Still not there yet. I've pointed the config file for inclusion in the Moxiemanager code. I've also included /bootstrap/start.php, /bootstrap/paths and /bootstrap/autoload.php but yet again I can access all classes like DB and Auth, but Auth::check() keeps saying I'm not logged in (while I actually am).
When I do this: dd(Auth::guest()); it returns true, while I'm actually logged in at my cms. Looks like it's opening another session instead of using the existing one....
Same with me... after last Laravel update, Auth::check(), even after $app->boot() keeps returning false.
Thanks for your reply YOzaz.
Can anybody help us out here, please?
YOzaz found a very nice solution for this! http://www.laravel-tricks.com/tricks/integrating-laravel-4128-with-3rd-party-libraries
Thanks a lot!! :)
I know this is old, but i'm still stuck @ Laravel 4.2 and this is what i mashed up from google searches:
https://gist.github.com/mvdpoel/d76f5e90cb9dfd708c9f
For me using php array session wasnt going to work.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.