XCMer / larry-four-generator

Larry Laravel Generator For Laravel Four
Other
131 stars 27 forks source link

ClassName Letter Case issue #15

Open lokielse opened 11 years ago

lokielse commented 11 years ago

for example:

table named: "user_post"

the migrate will generate a class named: 'CreateUserpostTable'

run command:

php artisan migrate //ok
php artisan migrate:reset //exception for class not found

CreateUserpostTable should be CreateUserPostTable

XCMer commented 10 years ago

A fix is in order. I'll push it soon.

bg777 commented 10 years ago

@XCMer Can you please push the fix for class name letter case (as CamelCase)? In master (current version 1.0.2) is it still not fixed.

XCMer commented 10 years ago

I think it's still in master (not the 1.0.2 tagged node). I'll create a new version for this new master.

bg777 commented 10 years ago

Yes, you are right, the master is up-to-date. But Composer gets an older version of larry-four-generator during installation !