Skip to content

This script allows for the quick creation of Laravel sail project with specified name and version

Notifications You must be signed in to change notification settings

ThcDelux3/sailor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sailor

This script allows you to quickly create a new Laravel project with a specified name and version using the laravel.build service.

Usage

  1. Make sure you have curl installed on your system.
  2. Download or clone the script sailor.sh.
  3. Make the script executable with the command: chmod +x sailor.sh.
  4. Run the script with the command: ./sailor.sh.

The script will prompt you to enter a project name and choose a Laravel version. If no input is provided, default values will be used (backend as project name, and Laravel 10 as the version).

Dependencies

  • curl: This script uses curl to interact with the laravel.build service and download the Laravel project files.

Laravel Versions

The script offers the following Laravel versions to choose from:

  • Laravel 8
  • Laravel 9
  • Laravel 10
  • Laravel 11

Additional Information

  • This script utilizes the laravel.build service to quickly scaffold a new Laravel project. For more information on laravel.build, you can refer to the documentation.

About

This script allows for the quick creation of Laravel sail project with specified name and version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages