Skip to content

This script creates a Laravel project for developing on your local machine.

License

Notifications You must be signed in to change notification settings

JurgenThijs/laravel-dev-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

laravel-dev-script

This script creates a Laravel project for developing on your local machine. It also creates a MySQL database, virutalhost and SSL certificate

My setup

I created this script for usage on my Centos 8 develop machine and local dev webserver.

My machine, a Centos 8, is connected to my modem of my ISP (https://www.telenet.be). This modem is also my router where i created a portforward to my develop machine which has a fixed local IP. There is an Apache server running with PHP 7.4 and a MariaDB-server. Composer, NodeJS, Yarn, Git and Certbot.

On my domain name I create a subdomain that points to my local public IP of my modem.

Usage

./laraveldev.sh project

Prerequisites

On my Centos 8 machine the following software is installed:

Script

It creates a Laravel project, sets some variables. Creates a database and saves the credentials in the .env files. Installs some extra packages. I also create a virtualhost and an SSL of Let's Encrypt

About

This script creates a Laravel project for developing on your local machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages