Closed MayhemBill closed 6 years ago
Hello. This is a pretty basic Laravel application. Please read Laravel's documentation on the requirements to host.
Does it require anything other than a basic Laravel setup? Any special depends it needs?
Another question I have, do I need a server with a lot of space?
So I've got this app hosted on laravel, and it doesn't seem to work for me, I may be in the wrong folder, or I'm more than likely doing something wrong, but I don't have a working app. I have no index page, and it's all just directory indexing for me.
Okay, so I've got node to run the gulpfile. I've got laravel running on 8000, I've got the public folder being served through apache. and still it doesn't work. What am I possibly missing?
Alright well since I'm getting no input from you, and I can't seem to make any progress on my own, I've decided this isn't worth the trouble.
Sorry, I do not normally check. Server does not need to much space as it is storing only keys and tickets.
Are you sure Apache has been setup with PHP and the required plugins for Laravel. Any messages for the error logs or is it only a white screen. I believe I am not currently using the gulpfile for any CSS. If it is showing the directory index, do you have .htaccess enabled in Apache to use the .htaccess file in the public directory?
As far as I'm aware it's installed properly. I can check and see if the htacess is being used that would be my only possibly broken point.
It seems the htaccess file was the issue, now that the site works, my issue has become the mysql. Do you have a basic schema or sql file to set the database up? I keep getting errors and I keep fixing them, but I don't want to miss anything.
Okay, so it uploads them, but I have no titlekey space. It uploads the other info, but not the key line.
Please read Laravel's documentation on databases. The source files include the migrations to create the database.
I'm still having the titleKey issue. I fixed the database issue with Artisan, but no keys are being added. even when I specify them.
If I manually add them in via sql it adds them to the site however, if a ticket is uploaded it doesn't work.
Some people in my community would like for me to host a tittle key database for our private use (I don't know why, but it's been highly requested). If you wouldn't mind could you show me how to host the website?