Skip to content

antymoro/twigflow-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twigflow Starter Theme

This is a starter theme with a basic Twig and index.php setup. It provides a foundation for building PHP applications with Twig templating.

Requirements

This starter theme requires the Twigflow Boilerplate to work. Make sure to clone or download the boilerplate and follow its setup instructions.

Setup

  1. Clone the repository:

    git clone https://github.com/huncwotdigital/twigflow-boilerplate.git
  2. Navigate to the project directory:

    cd twigflow-boilerplate
  3. Install TwigFlow using Composer:

    composer require antymoro/twigflow:dev-main --prefer-stable
  4. Copy the starter theme files into the appropriate directories within the boilerplate.

  5. Run the application:

    php -S localhost:8000 -t public
  6. Open your browser and navigate to http://localhost:8000 to see the starter theme in action.

Features

  • Basic Twig templating setup
  • configured with essential middleware and routing
  • Ready to extend and customize for your project needs

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published