Base Site

screenshot of Base Site
laravel
scss
tailwind

Starter repository for creating a new website.

Overview:

The Base Template is a starter repository for creating a new website. It provides a backend built on Laravel and a frontend built on Tailwind. The template includes features such as module bundling using Webpack, zero downtime deployment using Envoy, and support for multiple environments using PHPDotenv. It also includes features like SCSS support, automatic injection of JS/CSS using BrowserSync, and 100% test code coverage. The template includes menus with top-level and left menus, slideout menus, and promotions. It also offers a full style guide, hero images, and integration with a CMS. The installation process involves setting up Laravel Homestead, cloning the repository, and configuring the site.

Features:

  • Backend built on Laravel
  • Frontend built on Tailwind
  • Module bundling using Webpack
  • Fluent Webpack API using Laravel Mix
  • Zero downtime deployment using Envoy
  • Multiple environment configuration using PHPDotenv
  • SCSS support
  • Automatic injection of JS/CSS using BrowserSync
  • 100% test code coverage
  • Public API documentation
  • Commit hooks that require passing tests and linting
  • Menus with top-level and left menus
  • Slideout menu with breakpoint
  • Promotions and banner promotion
  • Full style guide with PHP faker data
  • Single or rotating hero images using Flickity
  • Automatic lightbox for YouTube videos using Media Box
  • Easy integration with a CMS using custom .json files

Summary:

The Base Template is a comprehensive starter repository for creating a new website. It provides a solid foundation with a Laravel backend, Tailwind frontend, and essential features such as module bundling, zero downtime deployment, and multiple environment configuration. The template also includes various menus, promotions, a style guide, and integration with a CMS. The installation process involves setting up Laravel Homestead, cloning the repository, and configuring the site. Overall, the Base Template offers a convenient and efficient way to start building websites.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.