-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ARCANESOFT/develop
Updating the media vuejs assets & Other stuff
- Loading branch information
Showing
12 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php namespace Arcanesoft\Media\Http\Controllers; | ||
<?php namespace Arcanesoft\Media\Http\Controllers\Admin; | ||
|
||
use Arcanesoft\Core\Bases\FoundationController as BaseController; | ||
use Arcanesoft\Core\Traits\Notifyable; | ||
|
||
/** | ||
* Class Controller | ||
* | ||
* @package Arcanesoft\Auth\Http\Controllers\Foundation | ||
* @package Arcanesoft\Media\Http\Controllers\Admin | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
abstract class Controller extends BaseController | ||
|
@@ -39,6 +39,6 @@ public function __construct() | |
{ | ||
parent::__construct(); | ||
|
||
$this->addBreadcrumbRoute('Media', 'media::foundation.index'); | ||
$this->addBreadcrumbRoute('Media', 'admin::media.index'); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php namespace Arcanesoft\Media\Http\Controllers; | ||
<?php namespace Arcanesoft\Media\Http\Controllers\Admin; | ||
|
||
use Arcanesoft\Media\Http\Controllers\Admin\Controller; | ||
use Carbon\Carbon; | ||
use Illuminate\Http\Request; | ||
use Illuminate\Support\Facades\Storage; | ||
|
@@ -8,7 +9,7 @@ | |
/** | ||
* Class MediasController | ||
* | ||
* @package Arcanesoft\Media\Http\Controllers | ||
* @package Arcanesoft\Media\Http\Controllers\Admin | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class MediasController extends Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,13 @@ | |
|
||
use Arcanedev\Support\ServiceProvider; | ||
|
||
/** | ||
* Class PackagesServiceProvider | ||
* | ||
* @package Arcanesoft\Media\Providers | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class PackagesServiceProvider extends ServiceProvider | ||
{ | ||
|
||
// | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters