Skip to content

Demo Laravel application for meetup in ITWare

Notifications You must be signed in to change notification settings

mfodor/laravel-meetup-demo

Repository files navigation

Laravel meetup demo

Demo Laravel application for meetup in ITWare at 2020. 10. 09.

Credits

Fodor Mánuel
@mfodor
https://doxasoft.hu

Prerequisities

You need to have installed:

Setup

git clone git@github.com:mfodor/laravel-meetup-demo.git
cd laravel-meetup-demo/
docker-compose up -d
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --step
php artisan serve

The application is available at http://localhost:8000

Horizon

The application is available at http://localhost:8000/horizon

More about Horizon

Telescope

The application is available at http://localhost:8000/telescope

More about Telescope

Other Laravel tools used

UI: Laravel Jetstream
UI: Laravel LiveWire
Auth: Laravel Sanctum
Debugbar: Laravel Debugbar

About

Demo Laravel application for meetup in ITWare

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published