codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.78k stars 224 forks source link

Install package error #43

Closed DDKaka closed 6 years ago

DDKaka commented 6 years ago

I have issues while installing your package with composer. The service provider checks whether the totem table exists. However, an .env file doesn't exist on this stage. It has to be generated after the composer installation process. This means Laravel has no database connection.

roshangautam commented 6 years ago

This definitely can be improved.