Skip to content

Instantly share code, notes, and snippets.

View eriktailor's full-sized avatar

Erik Tailor eriktailor

View GitHub Profile
@eriktailor
eriktailor / laravel-install.sh
Created September 30, 2023 06:48
Install Laravel bash script
#!/bin/bash
# Asks for the name of the project folder
echo "Mi legyen a projekt neve?"
read project_name
# Asks for the name of the new database
echo "Mi legyen az adatbázis neve?"
read database_name