An open API service indexing awesome lists of open source software.

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.

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
```