Laravel API hozzáadása

This commit is contained in:
2018-03-14 20:09:57 +01:00
parent dd449f32d7
commit e2d3dc51d6
83 changed files with 8143 additions and 0 deletions
@@ -0,0 +1,28 @@
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
//
}
/**
* Register any application services.
*
* @return void
*/
public function register()
{
//
}
}