https://github.com/aghashan/laravel-simple-install
This tool facilitates the installation of laravel without the need to continuosly copy-paste composer code.Simply install this tool once,and you can easily install laravel anyware.
https://github.com/aghashan/laravel-simple-install
bash-script framework global global-install installation kali-linux laravel laravel-tools simple-instalation tools
Last synced: about 1 month ago
JSON representation
This tool facilitates the installation of laravel without the need to continuosly copy-paste composer code.Simply install this tool once,and you can easily install laravel anyware.
- Host: GitHub
- URL: https://github.com/aghashan/laravel-simple-install
- Owner: aghashan
- Created: 2023-12-27T08:27:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T03:27:30.000Z (over 2 years ago)
- Last Synced: 2025-09-10T10:35:03.988Z (9 months ago)
- Topics: bash-script, framework, global, global-install, installation, kali-linux, laravel, laravel-tools, simple-instalation, tools
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-simple-install
Similar to composer global install laravel.In the second version, there is an additional installation option for Laravel with Breeze...
## Warning
First, you need to create a database. The database name laravel. After the installation is complete, you can change the database name again, but don't forget to run 'php artisan migrate'.
## Install And Usage
- open terminal
- ```
git clone https://github.com/aghashan/bash-laravel-install
```
- ```
cd laravel-simple-install
```
- ```
sudo cp installaravel /bin/
```
- - To run the program, paste the command below in the terminal.
- ```
installlaravel or ./installlaravel
```