thachvd/laravel-site-controller-api-naif is a Laravel package for laravel site controller api.
It currently has 0 GitHub stars and 952 downloads on Packagist (latest version 1.0.0).
Install it with composer require thachvd/laravel-site-controller-api-naif.
Discover more Laravel packages by thachvd
or browse all Laravel packages to compare alternatives.
Last updated
This package is a simple implementation of a Laravel package that helps you create a simple service Site Controller API
Install the package via composer:
composer require thachvd/laravel-site-controller-api-naif
in Laravel old version maybe you need to add service provider to config/app.php
'providers' => [
ThachVd\LaravelSiteControllerApi\SiteControllerApiServiceProvider::class,
];
run command:
php artisan vendor:publish --provider="ThachVd\LaravelSiteControllerApi\SiteControllerApiServiceProvider"
run command:
php artisan migrate
Add env key and value from packages/thachvd/laravel-site-controller-api-naif/src/.env.example to .env
You can download postman collection in path thachvd/laravel-site-controller-api-naif/src/postman/Laravel Site Controller API Package.postman_collection.json and run server php artisan serve then test it.