Collision Is An Error Handler Framework for Console Applications
Collision is a new package by Nuno Maduro that provides error handling for command line applications. It’s built on top of the Whoops package and provides adapters for both the Laravel artisan console...
View ArticleBootstrap Laravel 5 Packages with Bootpack
Bootpack is a Laravel 5 package bootstraper by Erik Campobadal that helps you create new Laravel 5 packages with a composer file, version control, autoloading, and a package service provider. Visit...
View ArticleOptimize Your Application with Laravel Page Speed
Laravel Page Speed is a package by Renato Marinho for optimizing your Laravel site automatically. Page Speed is inspired by Google’s mod_pagespeed, and provides some of the same rules (with more...
View ArticleVue 2.5 Released
Evan You announced the release of Vue 2.5 last week with TypeScript and Error handling, environment-agnostic server-side rendering (i.e., php-v8js), and many other nice features. It’s a great time to...
View ArticleVue.js Tutorial: From jQuery to Vue.js
As far as JavaScript libraries are concerned, there’s never been a more popular library than jQuery. It made (and still does) DOM traversal a cinch using CSS selectors at a time when browser...
View ArticleCMS for any website, on any platform (sponsor)
Component IO is a modular content management system (CMS) you can add to any website, with any tech stack, language, or framework. It saves developers time by enabling clients and team members to make...
View ArticleReload Your Laravel Tinker Session with Tinx
Laravel Tinx is a new package by Anders Jürisoo that allows you to reload a Larvel Tinker shell from inside of tinker and gives you automatic shortcuts for things like first(), find(), and search()....
View ArticleAnnouncing Laracon Online 2018
Coming back for 2018 is the one-day Laracon Online conference that will be held on February 7, 2018. Just like last year, the event will be hosted entirely online and no matter where you live you can...
View ArticleContinuous Testing Dashboard for Laravel
Tests Watcher is a continuous testing dashboard made with Laravel by Antonio Carlos Ribeiro. According to the author, think of it as “Laravel Horizon for all of your tests.” It supports PHPUnit,...
View ArticleCommand Line Search Tools for Programmers
Learn about five command line search tools for programmers, including grep, ack, The Silver Searcher, Sift, and RipGrep. Visit Laravel News for the full post. The post Command Line Search Tools for...
View ArticleVessel is a Lightweight Docker Environment for Laravel
Vessel is a new package by Chris Fidao—the author of Server for Hackers and Shipping Docker—that makes working with Docker in your Laravel projects a breeze. Visit Laravel News for the full post. The...
View ArticleNew Route Methods introduced in Laravel 5.5
Laravel 5.5 shipped a couple of convenient shortcuts to the Laravel Router class that eliminates the need for creating a controller or closure only to return a simple view or redirect. If you missed...
View ArticleTailwind CSS Launches Its First Public Release
Yesterday the first public release of Tailwind CSS was released as version 0.1.0, an alpha release. Tailwind CSS is a utility-based CSS framework by Adam Wathan, Jonathan Reinink, David Hemphill, and...
View ArticleSupport for Bun lands in Laravel Sail and Forge
Both Laravel Sail and Laravel Forge now includes support for Bun, a fast all-in-one JavaScript runtime. Once you update Sail, you can start Bun as follows: sail bun run ... # Run a `bun` command sail...
View ArticleDelving Deeper into Gitamic: Power and Flexibility Beyond Statamic's Built-In...
In case you didn't know, Statamic - which is the CMS we use here at Laravel News - has built-in Git support. This makes so much sense for a flat-file CMS because it means that changes can be kept in...
View ArticleLaravel 10.23 Released
This week, the Laravel team released v10.23 with a new make:view Artisan command, support for PHPRedis 6.0, creating controller test files while creating a model, and more. Add make:view Artisan...
View ArticleTablar: A Laravel Dashboard Preset
The Laravel Tablar Admin Dashboard Package is a beautiful, feature-rich admin dashboard Template using Laravel, Tabler.io, and Vite. Using Tabler, you can access a free and open-source web application...
View ArticleGit Delta is a Syntax Highlighting Pager for git, diff, and grep output
Delta is a syntax-highlighting pager in your CLI for git, diff, and grep output. It has a rich feature set that gives you a much better Git CLI experience over the default: Language syntax...
View ArticleSolve n+1 queries in PHP with Scout
Scout is a Laravel Application Performance Monitoring (APM) tool that pinpoints and prioritizes performance and stability issues, like N+1 database queries, in PHP applications. Scout's tracing logic...
View ArticleLaravel Date Filtering Package for Eloquent
This Laravel Date Filtering package aims to simplify date-based filtering for your Laravel Eloquent models. It provides various methods to filter records based on time and date intervals: use...
View Article