for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UniSharp\Uploadable\Providers;
use Illuminate\Support\ServiceProvider;
class UploadableServiceProvider extends ServiceProvider
{
/**
* Boot the services for the application.
*
* @return void
*/
public function boot()
$this->mergeConfigFrom(__DIR__ . '/../../config/uploadable.php', 'uploadable');
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
}
* Register any application services.
public function register()
//
This check marks files that end in a newline character, i.e. an empy line.