Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amityweb/install_laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Laravel-install

Installation script for Laravel for Virtualmin Servers

This script does the following:

1 - Create Virtualmin Sub-Server from project name and domain supplied in file

2 - Download the Laravel master

3 - Install and run composer

4 - Create MYSQL database

5 - Config Laravel database connection

  • generate key
  • setup folder permission

Setup

Download the script to your local machine with this command:

wget --no-check-certificate https://github.com/amityweb/install_laravel/raw/master/install_laravel.sh 

Set file permissions:

chmod 755 install_laravel.sh

Change the domain settings at the top to specifiy which Virtualmin server you user is in

And then run:

sh install_laravel.sh project-name

About

Automated Install Laravel Script for Virtualmin Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages