PHP Classes

PHP App Generator: Generate Web applications using Laravel

Recommend this page to a friend!
  Info   View files Documentation   View files View files (52)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 66 This week: 2All time: 10,339 This week: 29Up
Version License PHP version Categories
web-application-gen 1.0.0MIT/X Consortium ...5PHP 5, Libraries, Web services, Code ...
Description 

Author

This package can generate Web applications using Laravel.

It provides the base files for generating applications that use Laravel to implement standard application features, for instance:

- Make a website frontend with a basic design

- Generate CRUD interface letting developers select which technology they want to use in the generated CRUD, like Laravel for both with the user interface or Lumen for the API.

The developer can specify the table or model class name. The developer can also set the form inputs with their data types and sort them according to application conveniences.

The final version of this package can generate a .zip file with the generated code.

Picture of Maniruzzaman Akash
  Performance   Level  
Innovation award
Innovation award
Nominee: 7x

 

Documentation

Web App Generator

A complete web application generator developed with some mixed technologies - Laravel, React JS, Next JS and so on.

Motivation & Primary Goal

We want to 1. Reduce the hassle of developers and 2. Give them some rest for redundant works.

Plan of Year 2021

Release v1.0.0 between December 30, 2021. 1. Make a Frontend Website with Basic design. 2. Make a CRUD Generator in there 1. User can select which technology he wants to generate the CRUD. default is Laravel(Both with UI) or Lumen(For API). 2. User can write the table or model name 3. User can select / give the inputs with it's data type and so on. 4. User can drag/drop the inputs to order them accordingly. 5. On click generate CRUD button, a CRUD will be generated as .zip file.

Technologies at glance

Frontend Technologies

  • JavaScript
  • React JS
  • Next JS
  • TypeScript
  • Sass/Scss
  • Tailwind CSS

Backend / API Technologies

  • PHP
  • Laravel
  • Lumen
  • All of the Best Design Patterns & Principles - SOLID Principle - Repository Pattern - Chain of Responsibility Pattern
  • Laravel Packages - Spatie Permission - https://github.com/spatie/laravel-permission - Laravel Modules - https://github.com/nWidart/laravel-modules

How to Start

Start Frontend

Use these commands to start for frontend.

cd frontend
npm i
npm run dev

For mroe please read here - https://nextjs.org/docs/getting-started

Start API

Use these commands to start for frontend.

cd api
composer install
php -S localhost:8000 -t public

For more please read here - https://lumen.laravel.com/docs/8.x

Contribution Guideline - PR

  • Fork the repository in your github account.
  • Sync / Fetch the latest updated from `develop` branch
  • Create New branch, eg: `fix/crud-generation-issue`
  • Confirm your changes and Create a Pull Request (PR)
  • Our dedicated contributor will review your PR and merge with `develop` branch
  • Then in release, we'll merge `develop` branch with `master` branch and your code will be actually released.

Core Contributors

  1. Maniruzzaman Akash - https://github.com/ManiruzzamanAkash
  2. Mahmud Hasan Shakkhor - https://github.com/shakkhorpstu

Other Contributors

  • Other Contributor list will come here.

  Files folder image Files  
File Role Description
Files folder imageapi (8 files, 6 directories)
Files folder imagefrontend (10 files, 4 directories)
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:66
This week:2
All time:10,339
This week:29Up