Implement Products API & MYSQL for dackpack
mohamed7sameer/backpack-store is a Laravel package for implement products api & mysql for dackpack.
It currently has 0 GitHub stars and 20 downloads on Packagist (latest version 8.0.0).
Install it with composer require mohamed7sameer/backpack-store.
Discover more Laravel packages by mohamed7sameer
or browse all Laravel packages to compare alternatives.
Last updated
This package provides a quick starter kit for implementing a store for Laravel Backpack. Provides a database, CRUD interface, API routes and more.
Install via composer
composer require mohamed7sameer/backpack-store
Migrate
php artisan migrate
Configuration File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="config"
Views File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="views"
Languages File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="langs"
Migrations File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="migrations"
Routes File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="routes"
Traits File
php artisan vendor:publish --provider="Backpack\Store\ServiceProvider" --tag="traits"
php artisan db:seed --class="Backpack\Store\database\seeders\StoreSeeder"
If you discover any security related issues, please email instead of using the issue tracker.