Skip to content

Releases: Muhammed2024Salama/LaravelBase

LaravelBase v3.0.0 - Enterprise Module Generator

05 Jun 17:19

Choose a tag to compare

LaravelBase v3.0.0

LaravelBase has evolved from a repository generator into a complete Laravel module scaffolding solution.

New Features

  • New make:module command
  • Repository generation
  • Service layer generation
  • API Resources & Resource Collections
  • Form Requests
  • Policies
  • Filters with pagination support
  • Enum generation
  • Swagger/OpenAPI support
  • Feature and Unit test scaffolding
  • Driver-aware migrations
  • MySQL support
  • PostgreSQL support

Improvements

  • Improved developer experience
  • Better documentation
  • Cleaner generated architecture
  • Backward compatibility with make:repository

Upgrade Guide

Existing users can continue using:

php artisan make:repository Product

However, the new recommended command is:

php artisan make:module Product

Installation

composer require muhammedsalama/laravel-base