Support the ongoing development of Laravel.io →
posted 11 years ago
Packages

Manage Albums and photos in a unique package, Quick to implement, Integration with your custom upload system, Polymorphic out of the box, A lots features that help you to have a perfect gallery in back end.

Quick Example:

Create an album

$albumInformation  = [

            'name'  => 'New Album',
            'description' => 'Description of my album'
];

Alby::album()->entity('User',1)->create($albumInformation);

Add Photo in an album

$photoInformations = [

            'name_image'        => 'nameeee.jpg',
            'description'       => 'Alby description',
            'mime'              => 'image/jpeg'
];

Alby::album($album_id)->photo()->add($photoInformations);

Check out the package on GitHub: https://github.com/fenos/Alby

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

fenos fenos Joined 8 Feb 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.

© 2025 Laravel.io - All rights reserved.