https://github.com/eppak/legolaravelway
Laravel Day 2019 - Verona
https://github.com/eppak/legolaravelway
Last synced: about 1 year ago
JSON representation
Laravel Day 2019 - Verona
- Host: GitHub
- URL: https://github.com/eppak/legolaravelway
- Owner: eppak
- Created: 2019-11-11T20:50:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:52:24.000Z (over 3 years ago)
- Last Synced: 2025-03-18T11:50:02.650Z (over 1 year ago)
- Language: PHP
- Homepage: https://cappellozza.com
- Size: 20.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/eppak/legolaravelway/maintainability)
# Laravel the Lego Way
> Code base for a talk at [Italian Laravel Day 2019](https://2019.laravelday.it/), you can find the video here: [Alessandro Cappellozza - Laravel the Lego™ Way - laravelday 2019
](https://www.youtube.com/watch?v=pgxJFOHqLxU)
Base installation:
```sh
$ 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.