-
I posted to delicious.com
Adonis - Nodejs MVC Framework Inspired by Laravel
This new NodeJS framework was inspired by Laravel, with similar folder structure and includes IOC container, very similar router, service providers, middlewares, even Views similar to blade. Utilizes ES6 classes for controllers. Even has an ORM called Lucid.
January 20 2016, 7:08pm | Comments »
-
I posted to mitchmckenna.com
January 20 2016, 3:34am | 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 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
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 »
-
I posted to delicious.com
Socialite Providers - 70+ Social Providers for Laravel Socialite
This allows numerous providers to be used in addition to the ones provided by Laravel Socialite (and they can be overridden easily). You can also easily create your own new providers.
May 18 2015, 4:54pm | Comments »
-
I posted to delicious.com
Laravel Potion - Asset Manager for Laravel 5 based off of Assetic
Although Laravel now ships with an asset manager; Elixir, maybe you're in a situation you can't use NodeJS or you'd be more comfortable with a PHP solution instead of NodeJS. Laravel Potion also has the added benefit of…
March 24 2015, 5:14pm | Comments »