API Scaffolding
โ ๏ธThis package is deprecatedโ ๏ธ, (*1)
A package which scaffolds the most common stuff used in a Nodes API project., (*2)
, (*3)
๐ Introduction
In Nodes we create a lot of API's for our mobile applications., (*4)
So to save time, we made this package which scaffolds the most common used controllers, models, repositories, validators etc. that we use in all our projects., (*5)
๐ฆ Installation
To install this package you will need:, (*6)
You must then modify your composer.json file and run composer update to include the latest version of the package in your project., (*7)
"require": {
"nodes/api-scaffolding": "^1.0"
}
Or you can run the composer require command from your terminal., (*8)
composer require nodes/api-scaffolding:^1.0
๐ง Setup
Setup service providers in config/app.php, (*9)
Nodes\Api\Scaffolding\ServiceProvider::class,
โ Usage
Run the Artisan command:, (*10)
php artisan nodes:api:scaffolding
If you only wish to scaffold the reset password stuff, then you can run the Artisan command:, (*11)
php artisan nodes:api:reset-password
๐ Credits
This package is developed and maintained by the PHP team at Nodes, (*12)
, (*13)
๐ License
This package is open-sourced software licensed under the MIT license, (*14)