Laravel has some great functionality to seed databases, but they are designed primarily to be used in development and testing environments. That is not to say that they cannot be leveraged for use in production.
There is, however, an easy and quick way to create models in the production environment to get you started.
Continue reading “Creating first user in Laravel”