
An opinionated Laravel setup using my favourite tools
The Opinionated Laravel Template is a preconfigured template designed for Laravel projects. Created with the author's preferred conventions in mind, it offers a streamlined starting point for developers to work with.
The Opinionated Laravel Template is a preconfigured template for Laravel projects that incorporates various tools and conventions preferred by the author. It aims to provide a consistent and efficient starting point for development, with features such as Pest PHP for testing, Laravel Pint for package management, LaraStan for static analysis, Safe PHP for linting, and Tailwind CSS for easy styling. By following the installation guide, developers can quickly set up the template and start working on their Laravel project.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
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.