azimi / abiserve
This is a small framework
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/azimi/abiserve
Requires
- illuminate/database: ^9.17
- larapack/dd: ^1.1
- symfony/error-handler: ^6.1
This package is auto-updated.
Last update: 2025-09-23 18:35:36 UTC
README
This is a small framework
You can use the Laravel document to work with the database
Setting up
Execute this command in the terminal and in the project path
php abs start
This command creates the initial project files
makes
We have instructions for creating files
Build a controller:
php abs make:controller <name>
Build a model:
php abs make:model <name>