PHP code example of markpurser / laravel-crudkit
1. Go to this page and download the library: Download markpurser/laravel-crudkit library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
markpurser / laravel-crudkit example snippets
Markpurser\LaravelCrudKit\CrudKitServiceProvider::class,
Markpurser\LaravelCrudKit\Demo\BooksServiceProvider::class,
DB_CONNECTION=sqlite
DB_DATABASE=/absolute/path/to/vendor/markpurser/laravel-crudkit/src/Demo/books.sqlite3
bash
php artisan vendor:publish --provider="Markpurser\LaravelCrudKit\CrudKitServiceProvider"