PHP code example of tianrosandhy / autocrud-laravel

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

    

tianrosandhy / autocrud-laravel example snippets



//config/modules.php
return [
	'load' => [
		'\App\Modules\ModuleExample\Providers\ModuleExampleServiceProvider',
	],
];
sh
$ php artisan migrate
$ php artisan storage:link
sh
php artisan autocrud:superadmin
sh
$ php artisan autocrud:module {Module Name}
sh
$ php artisan autocrud:blankmodule {Module Name}