for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SoufieneSlimi\StarFieldForBackpack;
use Illuminate\Support\ServiceProvider;
class AddonServiceProvider extends ServiceProvider
{
/**
* Perform post-registration booting of services.
*
* @return void
*/
public function boot()
$this->loadViewsFrom(realpath(__DIR__.'/resources/views'), 'star-field-for-backpack');
}