Giulio Troccoli-Allard
Giulio Troccoli-Allard
Every time I run composer dumpautoload I get the following warning `Warning: Ambiguous class resolution, "ConfideSetupUsersTable" was found in both "$baseDir . '/app/database/migrations/2014_09_05_121646_confide_setup_users_table.php" and "/Users/giuliotroccoli/www/local.intranet.cityam.com/vendor/zizaco/confide/src/migrations/2013_01_13_172956_confide_setup_users_table.php", the first will be used.`...
I have found an issue that I think is worth looking at. I think it's related to #150 and possibly #151. Let's say I have the following HTML ```html ```...
Hi @nburka , as you may remember I have built a [package](https://github.com/troccoli/blade-health-icons) for Laravel developers to use your icons in Blade templates. I understand this repository is not just about...
I'm using Cypress 10, which may be relevant, and version 2.2.1 of this package. I have a simple test to check the login form works ```js describe('Login', function () {...
Closes #6097 Second attempt, this time targeting master rather than 2.19 branch
I'm writing an API that calls an external API. The external API returns data as XML, and my API needs to return data as JSON. I have the following code...