├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── nixpacks.toml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontier-sh/coolify-php-nginx-laravel/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontier-sh/coolify-php-nginx-laravel/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontier-sh/coolify-php-nginx-laravel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontier-sh/coolify-php-nginx-laravel/HEAD/README.md -------------------------------------------------------------------------------- /nixpacks.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frontier-sh/coolify-php-nginx-laravel/HEAD/nixpacks.toml --------------------------------------------------------------------------------