Decoy

screenshot of Decoy
laravel
scss

A Laravel model-based CMS

Overview

Decoy is an innovative PHP content management system designed specifically for the Laravel framework. Developed by Bukwild since 2012, Decoy emphasizes ease of use and flexibility, allowing developers to manage content without heavy lifting. It leverages Laravel's Eloquent models, enabling seamless data interaction while maintaining a coherent and approachable admin interface.

With its model-centric approach, Decoy simplifies CMS operations, ensuring that developers can focus on writing clean, readable code without needing to learn new templating languages or querying methods. The result is a robust system that offers a streamlined experience for both developers and end users.

Features

  • Zero-Training Required Design: The beautifully crafted admin interface is intuitive and requires no training, allowing users to jump right in.
  • Croppa Integration: Supports advanced image manipulation including cropping and setting focal points, as well as alt text storage for enhanced accessibility.
  • Video Encoding via Zencoder: Allows easy integration for video management, making it simpler to implement multimedia content.
  • WYSIWYG Editing with Redactor: Provides a user-friendly text editing experience, enabling rich content creation without technical hurdles.
  • Laravel Relationship Support: Fully integrates with all relationship types in Laravel, streamlining how data is managed and accessed.
  • Granular Admin Permissioning: Offers detailed control over user permissions, ensuring secure and appropriate access to content management features.
  • Drag and Drop Ordering: Enables effortless organization of data within list views, enhancing the usability of the admin interface.
  • Seamless Integration: Installs as a composer package, sharing Eloquent models with your public site and minimizing additional overhead in your application.

Decoy stands out as a powerful solution for Laravel developers looking to implement a content management system that is both flexible and efficient.

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.

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.