-
-
Save joydevpal/c2ce8e04acac2844291a57c79cf040e9 to your computer and use it in GitHub Desktop.
Revisions
-
msurguy revised this gist
Feb 23, 2014 . 1 changed file with 8 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,10 @@ Other people's projects: - https://github.com/laracasts/URL-Shortener URL Shortener by Jeffrey Way - https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website - https://github.com/jesseterry/FusionInvoice FusionInvoice is built for freelancers and small businesses who need a simple, yet powerful self-hosted web based invoicing system. - https://github.com/ezynda3/burnmsg is a self-destructing encrypted message app. A demo is also running on https://burnmsg.com - https://github.com/martindilling/auto-generating-gallery the demo is at http://gallerydemo.martindilling.com/ My projects (tutorials are on my blog at http://maxoffsky.com): - https://github.com/CodepadME/laravel-tricks - Source of Laravel-tricks.com @@ -12,10 +19,5 @@ My projects (tutorials are on my blog at http://maxoffsky.com): - https://github.com/msurguy/LaravelBackboneTodoMVC (Using Laravel 3 and Backbone.js framework for simple To-do manager) - https://github.com/msurguy/laravel-linkedin-login (Pulling user info from LinkedIn in Laravel, comes with a demo and a tutorial) Please add more projects in comments, I'll update the Gist! -
msurguy revised this gist
Feb 21, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Other people's projects: - https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website - https://github.com/jesseterry/FusionInvoice FusionInvoice is built for freelancers and small businesses who need a simple, yet powerful self-hosted web based invoicing system. - https://github.com/ezynda3/burnmsg is a self-destructing encrypted message app. A demo is also running on https://burnmsg.com - https://github.com/martindilling/auto-generating-gallery the demo is at http://gallerydemo.martindilling.com/ Please add more projects in comments, I'll update the Gist! -
msurguy revised this gist
Feb 21, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,5 +16,6 @@ Other people's projects: - https://github.com/laracasts/URL-Shortener URL Shortener by Jeffrey Way - https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website - https://github.com/jesseterry/FusionInvoice FusionInvoice is built for freelancers and small businesses who need a simple, yet powerful self-hosted web based invoicing system. - https://github.com/ezynda3/burnmsg is a self-destructing encrypted message app. A demo is also running on https://burnmsg.com Please add more projects in comments, I'll update the Gist! -
msurguy revised this gist
Feb 21, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ My projects (tutorials are on my blog at http://maxoffsky.com): - https://github.com/CodepadME/laravel-tricks - Source of Laravel-tricks.com - https://github.com/msurguy/missingpetflyer (A flyer generator with AJAX upload, hosted at http://missingpetflyer.com) - https://github.com/msurguy/laravel-shop-menu (Drag and Drop Menu manager like Wordpress, tutorial being written) - https://github.com/msurguy/laravel-backbone-pagination (Awesome in-place pagination using Laravel + Backbone, also a tutorial) -
msurguy revised this gist
Jan 24, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,5 +14,6 @@ My projects (tutorials are on my blog at http://maxoffsky.com): Other people's projects: - https://github.com/laracasts/URL-Shortener URL Shortener by Jeffrey Way - https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website - https://github.com/jesseterry/FusionInvoice FusionInvoice is built for freelancers and small businesses who need a simple, yet powerful self-hosted web based invoicing system. Please add more projects in comments, I'll update the Gist! -
msurguy created this gist
Jan 24, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ My projects (tutorials are on my blog at http://maxoffsky.com): - https://github.com/msurguy/missingpetflyer (A flyer generator with AJAX upload, hosted at http://missingpetflyer.com) - https://github.com/msurguy/laravel-shop-menu (Drag and Drop Menu manager like Wordpress, tutorial being written) - https://github.com/msurguy/laravel-backbone-pagination (Awesome in-place pagination using Laravel + Backbone, also a tutorial) - https://github.com/msurguy/laravel-smart-search (Demo application and a tutorial for nice search with autocomplete) - https://github.com/msurguy/laravel-seo (Demo application for an admin panel and a solution for managing SEO content, also with a tutorial) - https://github.com/msurguy/laravel-shop-reviews (Application and a tutorial on how to integrate shop reviews with star ratings ) - https://github.com/msurguy/critterapp (Application that resembles Twitter-like functionality, built for my Udemy course at http://www.udemy.com/develop-web-apps-with-laravel-php-framework/) - https://github.com/msurguy/laravel-facebook-login (Tutorial and demo app for Integrating "Login with Facebook" in a Laravel application) - https://github.com/msurguy/LaravelBackboneTodoMVC (Using Laravel 3 and Backbone.js framework for simple To-do manager) - https://github.com/msurguy/laravel-linkedin-login (Pulling user info from LinkedIn in Laravel, comes with a demo and a tutorial) Other people's projects: - https://github.com/laracasts/URL-Shortener URL Shortener by Jeffrey Way - https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website Please add more projects in comments, I'll update the Gist!