Installer
Installer stats
- Downloads
- 7.6M
- Stars
- 520
- Open Issues
- 1
- Forks
- 222
Laravel application installer.
Laravel Installer Package Summary
The Laravel Installer package provides a streamlined tool for setting up new Laravel projects quickly and efficiently. This tool is essential for developers looking to kickstart their Laravel applications without the hassle of manual setup.
Key Features
- Easy Installation: Simplify the process of creating a new Laravel project.
- Quick Setup: Get your Laravel environment up and running in no time.
Installation
You can install the package via Composer:
composer global require laravel/installer
Ensure that the Composer's system-wide vendor bin directory is in your system's "PATH".
Usage
Once installed, you can create a new Laravel project using the following command:
laravel new project-name
This will create a new directory named project-name and install a fresh Laravel project there.
Documentation and Contribution
Detailed documentation for the Laravel Installer and general Laravel installation guidelines can be found on the Laravel website.
Contributions are welcomed and should follow the guidelines available in the Laravel contribution guide.
Community and Conduct
To maintain a welcoming community, adhering to the Laravel Code of Conduct is required.
Security
For reporting security vulnerabilities, please consult the security policy.
This package is crucial for developers who aim to set up Laravel projects swiftly, ensuring a focus on rapid development and deployment rather than setup logistics.