eppak / legolaravelway

Laravel Day 2019 - Verona

Home Page:https://cappellozza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability

Laravel the Lego Way

Code base for a talk at Italian Laravel Day 2019, you can find the video here: Alessandro Cappellozza - Laravel the Lego™ Way - laravelday 2019

Base installation:

$ cd server
$ composer install
$ cp ../env/laravel_docker_env .env
$ php artisan key:generate
$ php artisan migrate:fresh --seed

Then follow the official documentation for every headless cms. You can switch between the two jeadless cms using different branch: master = business logig only, nova = Laravel Nova, backpack = Laravel Backpack

Name Documentation
Laravel Nova https://nova.laravel.com/docs/2.0/installation.html#installing-nova
Laravel Backpack https://backpackforlaravel.com/docs/4.0/introduction

License

Nova and Backpack trademarks are owned by the respective creators, source code not included.

About

Laravel Day 2019 - Verona

https://cappellozza.com


Languages

Language:PHP 99.6%Language:HTML 0.3%Language:Shell 0.0%