Closed asmerkin closed 10 years ago
Laravel uses Composer's autoload here https://github.com/cribbb/cribbb/blob/master/public/index.php#L21
Oh, yes, i realized about that minutes ago. Now i'm loading things with dump-autoload and PSR-4.
Do you have an example of a store mehod in a repository? I'm trying to figure out how to save stuff without loosing the model reference.
Thanks !
Yeah I have a lot of Laravel tutorials over on Culttt http://culttt.com/tag/cribbb/
I've been searching for a class loader here in your package but i haven't found it.
How do you load your packages inside Laravel?
Thanks!