You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2026. It is now read-only.
Here is my setup:
OS: windows 10
XAMPP Version: 5.6.21
laravel 5.3.16
laravel authentication acl installation method "composer require jacopo/laravel-authentication-acl"
at the end, it displays conflict between laravel's migration file and the package's migration file. The conflict reads as below:
Warning: Ambiguous class resolution, "CreateUsersTable" was found in both "$baseDir . '/database/migrations/2014_10_12_000000_create_users_table.php" and "C:\xampp\htdocs\laravel 5.3.16\vendor/jacopo/laravel-authentication-acl/database\migrations\2014_02_19_095545_create_users_table.php", the first will be used.
Warning: Ambiguous class resolution, "CreatePasswordResetsTable" was found in both "$baseDir . '/database/migrations/2014_10_12_100000_create_password_resets_table.php" and "C:\xampp\htdocs\laravel 5.3.16\vendor/jacopo/laravel-authentication-acl/database\migrations\2014_10_12_100000_create_password_resets_table.php", the first will be used.
Im playing around with it, i did a clean laravel install, removed the laravel's auth migration that comes with it and ran "composer require jacopo/laravel-authentication-acl", after that no conflict.
Here is my setup:
OS: windows 10
XAMPP Version: 5.6.21
laravel 5.3.16
laravel authentication acl installation method "composer require jacopo/laravel-authentication-acl"
at the end, it displays conflict between laravel's migration file and the package's migration file. The conflict reads as below:
Warning: Ambiguous class resolution, "CreateUsersTable" was found in both "$baseDir . '/database/migrations/2014_10_12_000000_create_users_table.php" and "C:\xampp\htdocs\laravel 5.3.16\vendor/jacopo/laravel-authentication-acl/database\migrations\2014_02_19_095545_create_users_table.php", the first will be used.
Warning: Ambiguous class resolution, "CreatePasswordResetsTable" was found in both "$baseDir . '/database/migrations/2014_10_12_100000_create_password_resets_table.php" and "C:\xampp\htdocs\laravel 5.3.16\vendor/jacopo/laravel-authentication-acl/database\migrations\2014_10_12_100000_create_password_resets_table.php", the first will be used.
Im playing around with it, i did a clean laravel install, removed the laravel's auth migration that comes with it and ran "composer require jacopo/laravel-authentication-acl", after that no conflict.
:)