satriotol/fastcrud

Laravel Fast Crud Buatan Satrio Tamvan

Installs: 174

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2023-10-24 02:08 UTC

This package is auto-updated.

Last update: 2024-04-23 13:11:24 UTC


README

Installation

Create Laravel Project

  laravel new {project_name}

Change Composer minimum-stability, open composer.json on your laravel project

  "minimum-stability": "stable",
  "prefer-stable": true

to

  "minimum-stability": "dev",
  "prefer-stable": true

run your terminal

composer require satriotol/fastcrud
php artisan vendor:publish --force

choose

  Provider: Satriotol\Fastcrud\FastCrudServiceProvider

Authors