LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

laravel

installer CLI for creating new Laravel PHP framework applications

TLDR

Create new Laravel project
$ laravel new [project-name]
copy
Create project with specific starter kit
$ laravel new [project-name] --jet
copy
Create project with Breeze
$ laravel new [project-name] --breeze
copy
Create without Git initialization
$ laravel new [project-name] --no-git
copy

SYNOPSIS

laravel command [options]

DESCRIPTION

laravel is the Laravel installer CLI for creating new Laravel PHP framework applications. Provides scaffolding options for starter kits like Jetstream and Breeze. Alternative to using Composer create-project.

PARAMETERS

new name

Create a new Laravel application.
--jet
Install with Laravel Jetstream.
--breeze
Install with Laravel Breeze.
--pest
Use Pest for testing.
--no-git
Skip Git initialization.
--force
Overwrite existing directory.

INSTALL

nix profile install nixpkgs#laravel
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid