It can literally save you hundreds of hours of coding and lets you concentrate on what matters most. The application logic and problem solution.
- Generate SOLID API with ease!
- Rollback/Remove generated CRUD
- Code Sniffer in built to make sure your code follows best standard (PSR-0, PSR-2, PSR-4)
- Powerful in built Code Editor!
- JWT Authentication
- Create API Code for SPA real fast
- Built on top of Laravel 5.6
- Totally unobtrusive. Version control and develop your app just like you do with vanilla Laravel installation! NO BLOATWARE whatsoever.
- Generate CRUD following latest Laravel standards.
- Namespace support!
- Built in Search and Pagination in CRUD. You can specify which fields are searchable.
- Image/File upload mechanism in built.
- Role/Permission (ACL) and User Management System (UMS) in built.
- Model to Model relationship building.
- Run all Laravel Commands from GUI.
- REDPRINT mode to ensure the system leaves no footprint on production application.
- Super fast and optimized!
For repetative tasks like creating a CRUD, you can totally rely on Redprint App Builder. It generates high quality Code to generate your everyday create, read, update, delete interfaces and backend. Redprint App Builder closely follows Laravel best practices. Which means, no garbage code. You’ll fall in love once you take a look at the code! We promise!
The new version ( >1.5.6) can now generate API endpoints for external mobile apps to consume using JWT (JSON web token) ! Or your next SPA web app using Vue JS/React/Angular can consume the API generated by Redprint!
With Redprint App Builder, you can tell the system to automatically generate your search system with the CRUD. Again, the code that gets genrated is of high quality and follows DRY. Have a look at the index method.
With a few clicks, you can generate relations between two models. Not only that, it creates the dropdowns on a previously created CRUD that is related! For example, if you are creating a “Has Many” relationship between “Category” and “Products”, your products CRUD form will now “automagically” have a dropdown to select Categories!
How cool is that?
You can now run native Laravel commands from within Redprint! No need to remember all the commands, just go to build-tools, select the command you want to execute, write down the parameter and hit run! Not only that, Redprint already added a command that’s not even in Laravel yet! with `php artisan make:view your_view_name` Redprint will generate a view with basic layout for you!