FullStackMe - Laravel Full Stack Generator

FullStackMe - Laravel Full Stack Generator

Generator to instantly generate Laravel API and Angular codes

Tech Stack

LaravelAngularBootstrap

1 The Challenge

Building boilerplate code for CRUD applications across Laravel and Angular is repetitive and prone to human error, slowing down the initial development phase.

2 The Solution

Created a powerful code generator that analyzes database structures to instantly produce production-ready Laravel controllers, models, and Angular components.

FullStackMe - Laravel Full Stack Generator

Background

Our main tech stacks at Nazrol Tech Sdn Bhd are Laravel API with Angular SPA.

As a Full Stack developer working with both Front End and Backend, there are a lot of things that need to be properly set up to ensure the project can run smoothly.

Standard Process

After the database design, here is the standard process to build a Laravel + Angular app.

  • Laravel Model and Relationship
  • Laravel API Controller
  • Laravel API Filter
  • Laravel API Validation
  • Laravel API Resource (transformer)
  • Angular Service to consume API
  • Typescript interface to API Response data
  • Angular UI to interact with the data

Solution

I built this generator that will output all the steps above in one click! Just connect to your database and customize the options if needed.

You can watch the implementation here.

Result

It speeds up our Laravel + Angular development by eliminating at least 30% of boilerplate code. Awesome!