Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 726 Bytes

File metadata and controls

32 lines (22 loc) · 726 Bytes

Laravel Logo

Starter App

Start-App

Introduction

This Repository contains a Laravel Starter App based on Jetstram and Livewire with some adaptions.

How to use

git clone https://github.com/r14r/Laravel_Tutorial_Erstellen-einer-Starter-App Starter-App
cd Starter-App
cp .env.example  .env
composer install
npm install
npm run build
php artisan migrate
php artisan key:generate
php artisan serve