460 B
460 B
MangoNotes
Laravel test app
Instructions (Linux)
First install git, php and composer via your package manager, and then run the following commands:
git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
cd MangoNotes/
composer install
cp .env.example .env
php artisan key:generate
php artisan serve