Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No migrations or seeds #52

Open
ScottKane opened this issue Feb 15, 2016 · 5 comments
Open

No migrations or seeds #52

ScottKane opened this issue Feb 15, 2016 · 5 comments

Comments

@ScottKane
Copy link

Hi,

This cms looks very nice unfortunately I am unable to use it without migrations and seeds.

Thanks.

@akazorg
Copy link

akazorg commented Feb 17, 2016

Did you followed all the installation steps? It should all work fine.
Installation: https://github.com/LavaLite/cms#installation

If you dive a bit into the code, you will realize that migrations and seeds are coming from /vendor/lavalite/...

I hope this help you! :)

@roshchyn
Copy link

roshchyn commented Aug 7, 2016

Hi,
I have the same problem after installation while making php artisan migrate --seed
I looked the code and in DatabaseSeeder.php the classes are called but never declared, so It throws error.
It is an error out of the box, so basically it concerns everyone on the installation step. Or am I doing something wrong? I used your guide to install cms.

@rawbinn
Copy link

rawbinn commented Aug 18, 2016

if you are using mysql then change the value of DB_CONNECTION to mysql in .env file.

@isaac-art
Copy link

I added 'port' => env('DB_PORT', '3306'), to database.php and it solved my issues

@drewpayment
Copy link

@isaac-art --- you deserve a medal. I just spent 30 minutes trying to figure out why I couldn't get this install to work.... wowwwwww.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants