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

This package is auto-updated.

Last update: 2024-04-23 15:16:35 UTC


README

This is a small framework

You can use the Laravel document to work with the database

documentation

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>