PHP code example of laravel-enso / core

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

    

laravel-enso / core example snippets


route('meta');

route('core.home.index');

route('core.preferences.store', ['route' => 'administration.users.index']);
route('core.preferences.reset');
bash
php artisan migrate
php artisan db:seed
bash
php artisan vendor:publish --tag=core-config
php artisan vendor:publish --tag=core-seeders
php artisan vendor:publish --tag=core-assets
bash
php artisan enso:version
php artisan enso:preferences:reset
php artisan enso:preferences:update-global
php artisan enso:storage:reset
php artisan enso:announce-app-update