rezalas / riftshadow

Dedicated to the preservation of the game and modernization of a classic mud codebase.
MIT License
18 stars 14 forks source link

Update admin Laravel install and other minor changes( update/admin branch ) #237

Closed Daedalus11069 closed 1 year ago

Daedalus11069 commented 1 year ago

This pull updates a few things. Notably:

Of note, while I updated the admin side of things in regards to Laravel, I did not actually test the install script that the admin side makes use of. I did not test it because, due to the setup.sql file and related files, I didn't have to really make all that many changes to migrations and seeders, aside from removing a great deal of them as they are now deprecated because of the dev-install.sh script.

Additionally, this PR also adds recommended Visual Studio Code extensions for the php side of development, and configuration files for said development, trying to follow the contributing guidelines(things like a code fixer that is based on PSR12 for example). This is in a18b192126ac94a247a2da38d7d4dad56fc560ef

Lastly, for laravel/homestead, the default url is now configured to be admin.riftshadow.dev to cause less mix-ups when working on the admin side of things. If using laravel/homestead, please update your hosts file accordingly, if a change is needed.