Unable to publish site to production server
I've got the start of my site up and running locally and want to push it out to my staging/production server. After sending my local files to github and then pushing them to my staging server the public pages are all blank.
After examining things further I found a gitignore file hidden in the themes folder that was telling git to ignore ALL files in the themes folder. I have deleted that but still no public pages. Any ideas what is wrong? I can access the admin panel and it is exactly how I had it setup locally.
I have checked and all of the blade files are on the server. but it simply shows a blank screen.
I have seeded the database with the default seed but after thinking about it perhaps I should be copying the DB from my dev server to the production server?
Yeah, I have tried backing up the database from my local dev server and restoring it to my production server. The data is all there because all of my security groups and products are there now, but the public pages are still blank.
I'm guessing a file was not copied to the git repository but I have no idea which one it may be as all the files I would normally expect in a TALL application are there.
Any ideas? I really would like to work this out rather than having to start all over again.
Still awaiting any kind of feedback on this issue.
Nevermind I found the extra files gitignore files your themese had buried in them.