nodes / api-scaffolding
Nodes API scaffolding
Requires
- nodes/api: ^2.0
- nodes/core: ^1.0
This package is not auto-updated.
Last update: 2024-04-27 17:42:23 UTC
README
⚠️This package is deprecated⚠️
A package which scaffolds the most common stuff used in a Nodes API project.
📝 Introduction
In Nodes we create a lot of API's for our mobile applications.
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.
📦 Installation
To install this package you will need:
- Laravel 5.1+
- PHP 5.5.9+
You must then modify your composer.json
file and run composer update
to include the latest version of the package in your project.
"require": { "nodes/api-scaffolding": "^1.0" }
Or you can run the composer require command from your terminal.
composer require nodes/api-scaffolding:^1.0
🔧 Setup
Setup service providers in config/app.php
Nodes\Api\Scaffolding\ServiceProvider::class,
⚙ Usage
Run the Artisan command:
php artisan nodes:api:scaffolding
If you only wish to scaffold the reset password stuff, then you can run the Artisan command:
php artisan nodes:api:reset-password
🏆 Credits
This package is developed and maintained by the PHP team at Nodes
📄 License
This package is open-sourced software licensed under the MIT license