rubensrocha/lara-install-wizard

Laravel application installer with version and auth package selector.

v1.1.0 2020-09-26 01:57 UTC

This package is auto-updated.

Last update: 2024-11-12 23:05:07 UTC


README

Total Downloads Latest Stable Version License

Description

This package was created to implement new features in the official installer in order to make life easier for developers. With it you can:

  • Choose the version of Laravel to be installed (5-6-7-8)
  • Choose which authentication package to install (Laravel / UI or Jetstream)
  • Optional Packages: Telescope, Socialite, Passport

How to Install

composer global require rubensrocha/lara-install-wizard

Executable Command

larawizard

Commands List

Examples

Laravel (latest version)

larawizard new ProjectName

Laravel 8 (latest version) with Jetstream

larawizard new ProjectName 8.* --jet

Laravel 8 (latest version) with Jetstream (Inertia)

larawizard new ProjectName 8.* --jet --stack=inertia

Laravel 7 (latest version)

larawizard new ProjectName 7.*

Laravel 7 (latest version) with Laravel/UI

larawizard new ProjectName 7.* --auth

Laravel 7 (latest version) with Laravel/UI (Vue)

larawizard new ProjectName 7.* --auth --preset=vue

Official Documentation

Documentation for installing Laravel can be found on the Laravel website.

Contributing

If this project is useful for you, remember to rate it with stars. And if you want to contribute by creating new features or making bug fixes, your help is always welcome.

License

Laravel Installer is open-sourced software licensed under the MIT license.

Credits

This package is a modified version of the official installer, which can be found in the official repository at this link.