azimi / abiserve
There is no license information available for the latest version (dev-master) of this package.
This is a small framework
dev-master
2022-06-23 07:45 UTC
Requires
- illuminate/database: ^9.17
- larapack/dd: ^1.1
- symfony/error-handler: ^6.1
This package is auto-updated.
Last update: 2024-10-23 16:33:27 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>