repat
repat
https://packagist.org/packages/monolog/monolog ~84 Million projects use it, including the biggest frameworks Laravel and Symfony out of the box
Related #124
> "Access to property $title on an unknown class Serps\Stubs\RelatedSearch" I get e.g. with PHPStan (or rather, [Larastan](https://github.com/nunomaduro/larastan)) See PR: #125
`$ python validate.py` give me: > WARNING: 'coordinates' of place: 'Kukania' should be a list of exactly two elements, but instead: '' > WARNING: 'coordinates' of place: 'Starbucks Coffee' should...
webpack.config.js: ```javascript require('./node_modules/laravel-mix/src/index'); Mix.paths.setRootPath(path.resolve(__dirname)); module.exports = require('laravel-mix/setup/webpack.config.js'); ``` Problem is the rootPath, so create this file above in the root of your project and change package.json to: ```javascript cross-env NODE_ENV=production...
Could you release a version that works with Laravel 6? Also, #24 -> 4.7.2 is released
If `Config::get("database.connections.$database_config.host");` is not present, it's probably because there's a write and a separate read host.
I'm trying to build an app for this feed: http://www.ohrenbaer.de/podcast/podcast.feed.podcast.xml. There are some invalid entries -> search for `` for example. AntennaPodSP just shows the splash screen. If I close...
**In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](). - [x] I have checked that another pull...