Blog/

General

GeneralApr 4, 2024

Encryption and the In-between

Last year, we introduced a simple but surprisingly useful feature to Laravel Forge: the ability to add notes to servers. While checking the uptake of this feature, we noticed that customers were often...

James Brooks

GeneralDec 19, 2022

Laravel Loves PHP 8.2

Last week saw the official release of PHP 8.2, bringing with it features such as read-only classes, DNF types, and much more. As you may have noticed, we've been busy preparing the Laravel framework,...

Joe Dixon

GeneralAug 9, 2022

Laravel: New DB Commands

Following last week's release, which again focused on Artisan, this week Laravel v9.24 introduces three new DB commands and more.

Taylor Otwell

GeneralJul 19, 2022

Laravel: New "about" Command

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. Another newly introduced command is "about". This command displays information about your application's environment.

James Brooks

GeneralJul 19, 2022

Laravel: New "model:show" Command

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. One of the newly introduced commands is "model:show". This command dumps out the model and table highlights for the given model.

Jess Archer

GeneralJul 19, 2022

Laravel: Refreshing Artisan

On today's release of Laravel v9.21.0, we’re bringing you a fresh new look for Artisan: a brand new console output on the vast majority of Laravel commands that deliveries a better console experience, and displays more information in commands such as "migrate" or "queue:work".

Nuno Maduro

GeneralJan 6, 2022

Managing Disk Space With "ncdu"

Linux ships with a useful command called du (Disk Usage), which is used to find the size of files and directories. When provisioning your server, Forge installs ncdu which is an advanced version of du that allows you to easily navigate your directories via an ncurses interface. This makes it much quicker to identify large files and directories.

James Brooks

Showing 1 - 10 of 25 results

Stay connected with the latest Laravel news