Laravel Skeleton

screenshot of Laravel Skeleton
laravel
scss
tailwind

Domain Driven Laravel Skeleton with strong type hinting

Overview:

The Laravel Skeleton is a modified version of the Laravel framework that offers a range of features to enhance the development experience. This version focuses on providing strong type hinting with improved IDE support, making it easier for developers to work with Laravel. It also includes ready-to-go installation of Laravel Nova, fully featured OAuth authentication, blog example components, and Cloudflare Turnstile CAPTCHA. The Skeleton also comes with various development tools such as Docker deployment via GitHub Actions, PHP-CS-Fixer with custom ruleset, PHPStan static analyzer, and auto-deploying documentation via vuepress.

Features:

  • Domain driven Laravel architecture: The Skeleton follows a domain-driven architecture in Laravel, improving the organization and structure of the codebase.
  • Strong type hinting and IDE support: Unlike the standard Laravel framework, the Skeleton provides strong type hinting and actual IDE support without the need for additional plugins.
  • Ready-to-go installation of Laravel Nova: Laravel Nova, a powerful administration panel, comes pre-installed with the Skeleton, allowing developers to quickly set up and manage their application.
  • Fully featured OAuth authentication: The Skeleton includes OAuth authentication functionality out-of-the-box, making it easy to implement secure user authentication and authorization.
  • Blog example components: To help developers get started with building a blog, the Skeleton provides example components such as models, controllers, and views. This saves time and effort in setting up the basic structure of a blog application.
  • Cloudflare Turnstile CAPTCHA: The Skeleton integrates Cloudflare Turnstile CAPTCHA, which adds an extra layer of security to the application by preventing automated attacks and malicious bots.
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.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.