Laraadmin

screenshot of Laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.

Overview:

LaraAdmin is an open-source CRM designed for quick-start admin-based applications. It provides features like advanced CRUD generation, schema management, and workflows. LaraAdmin 1.1 has transitioned from being a package to a template. The creator of LaraAdmin is @gdbhosale from Dwij IT Solutions.

Features:

  • Module Manager: Allows users to create and edit modules without the need for coding. It generates CRUD methods and views from the schema, which can be customized.
  • Workflows: Enables the automation of business processes, such as tasks and events, based on procedural rules. Cron events for workflows are currently under development.
  • User Management: Provides easy management of users with features like employees, roles, groups, departments, and access control. User management is currently under development.
  • Snapshots: CRUD model listing and add functionality for easy data management.
  • Online Code Editor: Allows users to edit code directly through the LaraAdmin platform.
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.