routes/api.php
Showing 5 of 5 total issues
Define a constant instead of duplicating this literal "prefix" 3 times. Open
Open
Route::group(['prefix' => 'v1', 'namespace' => 'API'], function() {
- Read upRead up
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
Route::group(['prefix' => 'auth', 'namespace' => 'Auth'], function($auth) {
- Exclude checks
Function closing brace must go on the next line following the body; found 1 blank lines before brace Open
Open
});
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
Route::group(['prefix' => 'v1', 'namespace' => 'API'], function() {
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
Route::group(['prefix' => 'slangs'], function($slang) {
- Exclude checks