Skip to content

Commit 03163fe

Browse files
authored
Remove Playground Page (#796)
* Remove playground Page This page is no longer necessary as it was created at the beginning stage of the project to test the components.
1 parent 59d2fdc commit 03163fe

File tree

3 files changed

+0
-87
lines changed

3 files changed

+0
-87
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Illuminate\Http\Request;
88
use Illuminate\Support\Facades\RateLimiter;
99
use Illuminate\Support\Facades\Route;
10-
use Illuminate\Support\Facades\App;
1110

1211
class RouteServiceProvider extends ServiceProvider
1312
{
@@ -49,13 +48,6 @@ public function boot()
4948
->namespace($this->namespace)
5049
->group(base_path('routes/auth.php'));
5150

52-
if (App::environment('local')) {
53-
Route::prefix('dev')
54-
->middleware('web')
55-
->namespace($this->namespace)
56-
->group(base_path('routes/dev.php'));
57-
}
58-
5951
Route::middleware('web')
6052
->namespace($this->namespace)
6153
->group(base_path('routes/web.php'));

resources/js/Pages/Playground.vue

Lines changed: 0 additions & 53 deletions
This file was deleted.

routes/dev.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)