This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Description
Took me a bit to find out why the library could not be find by my package as I was already having my bit of headache namespacing everything for the Laravel 5.1 migration of my app.
Is there a particular reason why all the docs state that part of the namespace is "LaravelBook" while it is actually "LaravelArdent"? To better explain it. When I reference Ardent I have to do:
LaravelArdent\Ardent\Ardent while I was previously using LaravelBook\Ardent\Ardent
I might have not got right the whole namespacing thing hence the question... :)
Thanks,
Federico