Support the ongoing development of Laravel.io →
posted 10 years ago
Jobs
Last updated 2 years ago.
0

Hello Michael,

Can you please add this skype id is so we can discuss further, I can help you create it.

Last updated 2 years ago.
0

Hello itzmeank,

I'm sorry, but I can't find "itzmeank" on Skype?

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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!

Last updated 2 years ago.
0

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....

Last updated 2 years ago.
0

Same with me... after last Laravel update, Auth::check(), even after $app->boot() keeps returning false.

Last updated 2 years ago.
0

Thanks for your reply YOzaz.

Can anybody help us out here, please?

Last updated 2 years ago.
0

YOzaz found a very nice solution for this! http://www.laravel-tricks.com/tricks/integrating-laravel-4128-...

Thanks a lot!! :)

Last updated 2 years ago.
0

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.

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

blyleven blyleven Joined 16 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.