Missing pet flyer - Laravel 4 application

Overview

Laravel 4.0 Application - Pet Flyer generator

Features

This is the source of http://missingpetflyer.com that is deployed to Pagodabox.

This application allows the users to upload a picture of a missing pet and create a poster of missing pet with custom text, without using MS Word or other poster making tools.

It works on mobile - iOS 6 and Android devices and allows cropping of images by selecting the area of the image before previewing the poster.

This application was created in celebration of Laravel 4 release. Please follow me on Twitter for more Laravel info : http://twitter.com/msurguy and my blog at http://maxoffsky.com

Includes

  • Laravel (Latest and Greatest)
  • Customized Twitter Bootstrap 2.3.2
  • Custom icon font created with Fontello.com
  • PagodaBox Boxfile
    • Configured for PHP 5.3.23 with mcrypt, apc and several other extensions
    • Redis cache for session and cache storage
    • L4 configuration to match database environment variables and leverage redis
  • Composer
    • deploy.sh script which automates wiping and re-composing (wipe vendor, reinstall / update composer)
    • deploy.sh uses --prefer-source so NO MORE 403 limit exceeded!!

License

MIT license

You might also like...
Laravel package to find performance bottlenecks in your laravel application.
Laravel package to find performance bottlenecks in your laravel application.

Laravel Meter Laravel Meter monitors application performance for different things such as requests, commands, queries, events, etc and presents result

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.

Chat Create a Chat application for your multiple Models Table of Contents Click to expand Introduction Installation Usage Adding the ability to partic

Laravel-tagmanager - An easier way to add Google Tag Manager to your Laravel application.

Laravel TagManager An easier way to add Google Tag Manager to your Laravel application. Including recommended GTM events support. Requirements Laravel

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create
Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create. The directives you want Forman to perform are outlined in a JSON based template file.

 Laravel Logable is a simple way to log http request in your Laravel application.
Laravel Logable is a simple way to log http request in your Laravel application.

Laravel Logable is a simple way to log http request in your Laravel application. Requirements php = 7.4 Laravel version = 6.0 Installation composer

Laravel comments - This package enables to easily associate comments to any Eloquent model in your Laravel application

Laravel comments - This package enables to easily associate comments to any Eloquent model in your Laravel application

List of 77 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.

Laravel Lang In this repository, you can find the lang files for the Laravel Framework 4/5/6/7/8, Laravel Jetstream , Laravel Fortify, Laravel Cashier

Catch incoming emails in your Laravel application
Catch incoming emails in your Laravel application

Laravel Mailbox 📬 Handle incoming emails in your Laravel application. Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username)

Deploy and execute non-PHP AWS Lambda functions from your Laravel application.

Sidecar for Laravel Deploy and execute non-PHP AWS Lambda functions from your Laravel application. Read the full docs at hammerstone.dev/sidecar/docs.

Comments
  • after composer update error in file upload

    after composer update error in file upload

    when i do composer update the file upload functionality not working properly , the file its been save in the uploads file but not fetch in ui gives an error "error in file upload"

    untitled

    opened by washeul 2
  • Fix cropping when using high resolution images

    Fix cropping when using high resolution images

    When you upload high resolution image, the cropping goes wrong.

    It can be seen when you use image from http://placehold.it/1600x800.

    To solve this, we have to use "Box Sizing method" of JCrop.

    boxWidth: boxSize, boxHeight: boxSize,

    At the same time, bootstrap auto scales the image and we have to disable it for the image on which we apply Jcrop:

    files img{

    width: auto; max-width: none; }

    opened by rajivvenuepick 1
  • Troubles in Firefox 21.0 on OSX

    Troubles in Firefox 21.0 on OSX

    Hey Maks, after uploading an image the page markup became chaos due to the fact that the image is too width. The image should have a max-width I guess :)

    schermafbeelding 2013-06-01 om 22 51 00

    opened by juukie 1
Owner
Maksim Surguy
MS in Tech Innovation, Design Tech at Amazon Past: dev @firstech, @nbcuniversal, creator of Bootsnipp, Drawingbots, Plotterfiles and many more.
Maksim Surguy
The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters

Laravel Query Inspector The missing laravel helper that allows you to ispect your eloquent queries with it's bind parameters Motivations Let's say you

Mouad ZIANI 59 Sep 25, 2022
The Missing Laravel Commands

Made with ❤️ by SecTheater Foundation Artify CheatSheet will be availble soon Laravel is a great framework and it provides us the ability to create ou

Security Theater 91 Oct 13, 2022
Voyager - The Missing Laravel Admin

Voyager - The Missing Laravel Admin Made with ❤️ by The Control Group Website & Documentation: https://voyager.devdojo.com/ Video Tutorial Here: https

PeopleConnect 11.3k Jan 7, 2023
Provides the missing range field for the Filament forms.

The missing range field for the Filament forms. Installation You can install the package via composer: composer require yepsua/filament-range-field Pu

null 11 Sep 10, 2022
Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application.

Laravel Segment Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application. Installation You can install the pac

Octohook 13 May 16, 2022
Jetstrap is a lightweight laravel 8 package that focuses on the VIEW side of Jetstream / Breeze package installed in your Laravel application

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.

null 686 Dec 28, 2022
Laravel Jetstream is a beautifully designed application scaffolding for Laravel.

Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.

The Laravel Framework 3.5k Jan 8, 2023
Laravel Larex lets you translate your whole Laravel application from a single CSV file.

Laravel Larex Translate Laravel Apps from a CSV File Laravel Larex lets you translate your whole Laravel application from a single CSV file. You can i

Luca Patera 68 Dec 12, 2022
A Laravel extension for using a laravel application on a multi domain setting

Laravel Multi Domain An extension for using Laravel in a multi domain setting Description This package allows a single Laravel installation to work wi

null 658 Jan 6, 2023
Laravel application project as Sheina Online Store backend to be built with Laravel and VueJS

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Boas Aditya Christian 1 Jan 11, 2022