Pages
(Move to ...)
Home
Contact Us
Privacy Policy
About us
▼
27 March, 2023
How to choose between APM and an end-to-end monitoring tool
›
There was a time when APM was all anyone needed. Older monolithic web services were monitored with application performance monitoring (APM...
Dispatcher – Laravel scheduled tasks
›
Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don’t need to touch...
Generate Migrations from an existing database
›
Generate Laravel Migrations from an existing database, including indexes and foreign keys! This looks great. I’ve been working on a side p...
Laravel DB Normalizer
›
This Laravel package allows you to easily swap out your repository implementations, by providing a unified interface to your database resu...
Baum – Create Nested Sets with Eloquent
›
Baum is an implementation of the Nested Set pattern for Laravel 4’s Eloquent ORM. In the past I haven’t been a fan of nested sets because ...
Laravel Package Installer
›
Are you tired of manually editing your config/app.php to add service providers and aliases? If so Ryan has your back: This package allows ...
Revisionable now supports being used as a trait
›
Another hugely request and major update to revisionable, to allow using it as a trait. Which means it can now be used in conjunction with ...
Laravel Generators
›
Jeff Way just announced v2: Update your Laravel 4 generators package to 2.0. Big rewrite, with bunches of tests. https://t.co/cPnpJIiYJc ...
Announcing Cashier
›
How painful is billing? To be honest I find all billing systems rather cumbersome and dreadful. Granted they have improved over the old da...
Laravel Storage
›
A simple filesystem abstraction package for Laravel 4. This looks really nice on the surface. I haven’t had a chance to use it but have an...
RoboTask – PHP task runner
›
Modern and simple PHP task runner inspired by Grunt and Rake aimed to automate common tasks Looking at the list of tasks it seems like i...
Laravel Blade on Steroids
›
Lots of cool extensions to Blade to help with common tasks. The Automatic command generation stuff is interesting.
PHP Variables to JavaScript
›
Often, you’ll find yourself in situations, where you want to pass some server-side string/array/collection/whatever to your JavaScript. Tr...
Foreman – scaffolding your Laravel applications
›
Brian Webb: Foreman is a Laravel application scaffolding tool that automates common tasks you typically perform with each new Laravel app ...
‹
›
Home
View web version