Best laravel framework open-source packages.

Laravel actions boilerplate

Laravel boilerplate with few examples of how to use it. Heavily inspired by spatie packages and architecture.
Updated 1 year ago

Laravel Boilerplate - Laravel 7.x API

Ego boosters

List of features/packages:

Laravel customizations

  • BaseApplication - changed base directory and namespace of Laravel application
  • Separate applications (consumers), and Domain (business logic)
  • RouteServiceProvider - removed controllers base namespace

Exposed services in Production/Staging environment

  • Nginx at ports 80/443
  • MariaDB at port 3306
  • Portainer at port 9000
Tags spatie php