π οΈRunning The Crossword Project
Before you run the project on XCode, you must run the backend Laravel project locally on your computer or from your configured server.
Open the Crossword Laravel Project and go to env.example file. Fill the configuration info for your DB Connection, APP URL and Firebase FCM Server key. Rename the file into .env

From inside your Laravel Project root folder, open terminal and run this command:
After the migration, you can now run the Laravel project using this command below:
Or, if you want to build the iOS app on the iPhone while the Laravel project is on your local server, you can use this command:
php artisan serve --host 0.0.0.0
Once you configured all the things for the Laravel project, you can try building and running the project using XCode. For the first time running the project, it will be downloading all the packages needed from Swift Package Manager, and after they're done you should be able to run the project.
Last updated