This package for Laravel adds a series of new commands to the query builder of the Eloquent ORM, to make designing complex queries easier and more convenient for the developer.
$adults = User::greaterEquals("age", 18)->get();
This package for Laravel adds new Bootstrap 3 helpers to the Blade view engine, designed to make things a bit more convenient for both developer and designer.
@panel("title", "primary")
A panel with a primary header.
@endpanel
A community of people who make technical drawings of ships as a hobby, a recent project of mine was a ground-up rebuild of their old web site. The new Shipbucket site was built using Laravel 5.4 as the primary framework, with some Vue.js 2 functionality on the front end to enhance the user experience.
A web based game of strategic naval command, with ships of the second world war. Built using the Laravel framework on a classic LAMP stack, the current version is an in progress ground up rebuild of my original personal project.
I built it. I really hope this fact was assumed by everyone that reads this.