logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Create Laravel Projects - Installer | Online Free DevTools by Hexmos

Create Laravel projects easily with Laravel Installer. Quickly set up new applications, manage dependencies, and scaffold your development environment. Free online tool, no registration required.

laravel

Installer for the Laravel framework. More information: https://laravel.com/docs/installation.

  • Create a new Laravel application:

laravel new {{name}}

  • Use the latest development release:

laravel new {{name}} --dev

  • Overwrite if the directory already exists:

laravel new {{name}} --force

  • Install the Laravel Jetstream scaffolding:

laravel new {{name}} --jet

  • Install the Laravel Jetstream scaffolding with a specific stack:

laravel new {{name}} --jet --stack {{livewire|inertia}}

  • Install the Laravel Jetstream scaffolding with support for teams:

laravel new {{name}} --jet --teams

  • List the available installer commands:

laravel list