Popular `php` terminal commands

Generate Laravel application key

Set laravel application key

Authored by: Charles Adu Boakye

Generate Laravel cache table

Create a migration for the cache database table

Authored by: Charles Adu Boakye

Create Laravel config cache file

Create a cache file for faster configuration loading

Authored by: Charles Adu Boakye

Clear Laravel configuration

Remove the configuration cache file

Authored by: Charles Adu Boakye

Create a new Laravel App using Composer

Authored by: Rob Mellett

Encrypt Laravel environment file with custom encryption key

command to encrypt your Laravel environment file with custom encryption key

Authored by: Charles Adu Boakye

Decrypt Laravel environment file

Command to decrypt Laravel environment file

Authored by: Charles Adu Boakye

Decrypt Laravel environment file with key

Command to decrypt Laravel environment file

Authored by: Charles Adu Boakye

Encrypt Laravel environment file

command to encrypt Laravel environment file

Authored by: Charles Adu Boakye

Discover and cache all Laravel application events and listeners

Discover and cache the application's events and listeners

Authored by: Charles Adu Boakye

Clear Laravel events and listeners

Clear all cached events and listeners

Authored by: Charles Adu Boakye

Generate missing Laravel events and listeners

Generate the missing events and listeners based on registration

Authored by: Charles Adu Boakye

List all Laravel application's events listeners

List the application's events and listeners

Authored by: Charles Adu Boakye

Install Laravel Nova using Composer

Install Laravel Nova using Composer

Authored by: Rob Mellett

Install Laravel Sail using Composer

Install Laravel Sail using Composer

Authored by: Rob Mellett

Install Laravel Vapor using Composer

Install Laravel Vapor using Composer

Authored by: Rob Mellett

Installing Laravel Installer

Install Laravel Installer

Authored by: Charles Adu Boakye

Bypass Laravel maintenance mode

This command helps you bypass laravel maintenance mode by setting the secret key.

Authored by: Charles Adu Boakye

Laravel maintenance mode disabled

Disable laravel maintenance mode

Authored by: Charles Adu Boakye

Redirect Laravel maintenance mode

This command helps you redirect laravel maintenance mode by setting the secret key.

Authored by: Charles Adu Boakye

Automatically refresh Laravel maintenance mode

Refresh Laravel maintenance mode automatically after the specified number of seconds is due.

Authored by: Charles Adu Boakye

Optimize Laravel Framework

Cache the framework bootstrap files

Authored by: Charles Adu Boakye

Check all the requirements to develop and run Symfony application locally

Check all the tools you need to develop and run your Symfony application locally

Authored by: Łukasz Jakutowicz

Check security issues in Symfony project dependencies

Check security issues in Symfony project dependencies

Authored by: Łukasz Jakutowicz

Create a new Symfony project

Create a new Symfony project

Authored by: Łukasz Jakutowicz

Start Symfony local web server

Start Symfony local web server

Authored by: Łukasz Jakutowicz