Best laravel framework open-source packages.

Auto crud en

Automatic CRUD Creator
Updated 1 year ago

Automatic CRUD Creator

Only create a database and configure on db_connect.php the database and one table and this create your CRUD with PDO, Bootstrap and Pagination.

In two languages:

portuguese - https://github.com/ribafs/auto-crud-pt

and english - https://github.com/ribafs/auto-crud-en

Support

Tested in Windows and Linux and it should work in MAC

Require:

  • Apache2
  • PHP 5.5.9+
  • MySQL 5.5+ ou PostgreSQL 8+

Download

https://github.com/ribafs/auto-crud-en

Installation

Uncompress the package and copy the folder auto-crud-en to your web directory.

Configuração

Edit file db_connnect.php and adjust to your database and table Exists scripts to try in folder scripts: customers_my.sql e customers_pg.sql

Call in your navigator: http://localhost/customers

On open in navigator see the grid below:

To insert a new register only click on button New Register

To update one register click on icon Update to see:

To delete a register click on link Delete:

Licence

MIT

Credits for pagination: https://www.codeofaninja.com/2011/06/paginating-your-data-with-ajax-and.html