This is a starter theme with a basic Twig and index.php setup. It provides a foundation for building PHP applications with Twig templating.
This starter theme requires the Twigflow Boilerplate to work. Make sure to clone or download the boilerplate and follow its setup instructions.
-
Clone the repository:
git clone https://github.com/huncwotdigital/twigflow-boilerplate.git
-
Navigate to the project directory:
cd twigflow-boilerplate -
Install TwigFlow using Composer:
composer require antymoro/twigflow:dev-main --prefer-stable
-
Copy the starter theme files into the appropriate directories within the boilerplate.
-
Run the application:
php -S localhost:8000 -t public
-
Open your browser and navigate to
http://localhost:8000to see the starter theme in action.
- Basic Twig templating setup
- configured with essential middleware and routing
- Ready to extend and customize for your project needs
This project is licensed under the MIT License.