Small Laravel 4 app – Missing Pet Flyer generator
I decided to test out some new composer packages using Laravel 4.
The first package that I wanted to test was Intervention Image Class located at http://intervention.olivervogel.net/image.
It allows you to operate with images and do many common operations on images such as :
- Resizing
- Cropping
- Embedding other images
- Writing text
- Putting shapes and objects on the canvas
- Saving images in different formats
The application is at
It uses the above mentioned package for image processing and the following JS libraries :
- Bootstrap for CSS and HTML (modified with SASS)
- JCrop – deepliquid.com/content/Jcrop.html
- Blueimp image uploader – blueimp.github.com/jQuery-File-Upload/
The structure for an app like this could easily be used for all kinds of image generators. If you want the source I will make it public.
UPDATE:
The source code has been published: https://github.com/msurguy/missingpetflyer
Enjoy and hopefully you will not need to use this app!
Small Laravel 4 app – Missing Pet Flyer generator http://t.co/afdROLeC1S
RT @msurguy: Small Laravel 4 app – Missing Pet Flyer generator http://t.co/afdROLeC1S
Looking great.
Is it possible to release the code for learning purposes?
Thanks in advance and keep the good work up
The source is now up on : https://github.com/msurguy/missingpetflyer Enjoy!
Thank you for great tutorial!
How we can validate post data on controller side? Do we need Blueimp’s UploadHandler.php?
Great Job for beginners , those are looking for sample app !!!