laracasts / Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
https://laracasts.com/lessons/faster-workflow-with-generators
MIT License
2.45k stars 347 forks source link

Update documentation #192

Closed scwall closed 3 years ago

scwall commented 4 years ago

Documentation

hello,

I tried the methods indicated in the documentation but this one did not work for a stupid reason, the generation is a biginteger as primary key with , can be changed in the documentation integer to BigInteger:foreign in the example for the creation of a foreign key.

I found outside of the documentation that it was necessary to use string(60) to specify the varchar size.

tabacitu commented 4 years ago

Hi @scwall ,

Thanks for the heads-up. I wasn't able to get any errors though. Ran the examples in the docs, worked fine for me.

Which example did you have problems with? What was the error more specifically?

Cheers!