Welcome to the Mardens Web App Template! This template provides a solid foundation for developing web applications at Mardens Inc. Follow the instructions below for a smooth setup and start building amazing web apps.
Clone the repository using the following command:
git clone --recurse https://github.com/Mardens-Inc/Web-Template.gitUpdate the composer dependencies:
composer updateYou can choose between the provided batch file or manual setup.
Launch the start-server.bat file. It will automatically set up and start the server for you.
If you prefer manual setup, follow these steps:
-
Navigate to the project directory in your terminal.
-
Run the following command:
/path/to/php.exe -S 127.0.0.1:5522
Replace
/path/to/php.exewith the actual path to your PHP executable and5522with your desired port.
-
Ensure that your PHP version is at least 8.0 and up
-
Customize the server setup according to your environment.
-
Explore and leverage the features provided in this template to expedite your web development process.
Feel free to reach out for any assistance or further guidance. Happy coding!