Demo Laravel application for meetup in ITWare at 2020. 10. 09.
Fodor Mánuel
@mfodor
https://doxasoft.hu
You need to have installed:
git clone [email protected]: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
The application is available at http://localhost:8000/horizon
The application is available at http://localhost:8000/telescope
UI: Laravel Jetstream
UI: Laravel LiveWire
Auth: Laravel Sanctum
Debugbar: Laravel Debugbar