Config
If Tassili config is not published, you can publish by this command.
php artisan vendor:publish --tag=tassili-config
return [
'storage_disk' => env('TASSILI_STORAGE_DISK', 'public'),
'storage_url' => env('TASSILI_STORAGE_URL', 'http://127.0.0.1:8000/storage/'),
'storage_folder' => env('TASSILI_STORAGE_DEFAULT_FOLDER', 'files'),
'company' => 'My Company',
'panelList' => ['admin'],
'modelList' => ['User'],
];
Resources
If you want to make a crud
php artisan make:crud
Or if you want to make a crud with wizard
php artisan make:wizard