-
I posted to delicious.com
JMS Serializer - Convert objects to and from JSON, XML, YAML, etc
Say you're building an API, you need to convert the objects you send in the response to JSON representation (removing certain properties like passwords, and modifying others like dates) you can use JSMSerializer to define how that happens…
September 27 2015, 3:53pm | Comments »
-
I posted to delicious.com
Laravel Doctrine - A drop-in Doctrine2 implementation for Laravel 5
Several php packages to easily integrate Doctrine 2 into your next Laravel/Lumen project. The 'orm' package includes a ServiceProvider to add Doctrine to your project and configure it. The 'extensions' package includes several extensions including timestampable, softdeletable, etc.…
September 14 2015, 2:22pm | Comments »
-
I posted to delicious.com
Adding Roles and Permissions to Laravel's ACL [Laracasts]
This video tutorial goes over [one way] you can add the ability to give user's roles and specify which permissions those roles have. You would have to build upon this further to include additional features such as role…
September 13 2015, 7:26pm | Comments »
-
I posted to delicious.com
Database Backup Manager for PHP
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud. Supports MySQL and PostgreSQL. A laravel specific package is also available for easy integration.
September 4 2015, 6:24pm | Comments »
-
I posted to youtube.com
Things Laravel Made Me Believe - Jeffrey Way - Laracon EU 2015
Occam's razor, holds true even in programming. Laravel's…
September 1 2015, 10:08am | Comments »
-
I posted to delicious.com
Flarum is a new open source Forum software written in PHP. It's from the creators of IsoTalk forum software (Toby Zerner) and FluxBB developer (Franz Liedke). It's got a great UI, built using Laravel's Illuminate components, support for…
August 28 2015, 1:08pm | Comments »
-
I posted to twitter.com
Flarum, a new #opensource Forum software written in #php just hit beta, it looks awesome! http://t.co/KltCqBTCPf Click story too, good read
August 27 2015, 5:08pm | Comments »
-
I posted to delicious.com
Speed up your website by caching entire responses. By default it will cache all successful GET requests for a week. Can store cache in any Laravel supported cache (file, redis, memcache). You can have separate caches per user.…
July 21 2015, 4:24pm | Comments »
-
I posted to delicious.com
Add a route to your site/app so you can view the logs files to view errors and anything else your app logs.
July 6 2015, 1:40pm | Comments »