PHP code example of emilijus / bloom

1. Go to this page and download the library: Download emilijus/bloom 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/ */

    

emilijus / bloom example snippets

 artisan bloom:install
 artisan bloom:install --update-user-table
 artisan bloom:install --create-admin
 artisan bloom:create
 artisan bloom:delete
 artisan bloom:create Post "title:string|
 artisan bloom:create Author "name:string|
 artisan bloom:create Post "title:string|
 artisan migrate
 artisan bloom:delete Post
 artisan bloom:delete Post --drop-tables
 artisan bloom:delete Post --drop-tables --pivot-table=author_post

    php artisan vendor:publish --tag=bloom
    

    php artisan migrate
    

    php artisan bloom:install