CrestApps / laravel-code-generator

An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable, it includes a cross-browser compatible template and client-side validation for application modernization.
https://laravel-code-generator.crestapps.com
MIT License
738 stars 158 forks source link

Deprecation Notice #163

Closed jschlies closed 9 months ago

jschlies commented 4 years ago

Before you submit an issue please read this

This repository is only for reporting bugs or issues. If you need support, please use Stack Overflow using laravel-code-generator tag (https://stackoverflow.com/questions/tagged/laravel-code-generator)

Please provide us with details by completing the following requirements. Issues with not enough info are likely to be closed without resolution.

Environment:

Description:

Getting the following when running "composer update"

Deprecation Notice: Class CrestApps\CodeGenerator\DatabaseParser\SqlServerParser located in ./vendor/crestapps/laravel-code-generator/src/DatabaseParsers/SqlServerParser.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201

Steps/Commands To Reproduce:

composer update

Content Of The Resource-File:

NA

imcodingideas commented 4 years ago

im also seeing the same thing.

AjithLalps commented 4 years ago

can't re-generate the issue. my laravel version is 7.26.0 (latest one). Also cant find 7.4.* version here