Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generated site api endpoint #49

Closed
wants to merge 1 commit into from

Conversation

TariqAyman
Copy link
Contributor

Description: after create module generate file module/route/site.php , route name generated with "Upper Case" first latter

Expected

Route::get('/site', 'SiteController@index');

Actual

Route::get('/Site', 'SiteController@index');

# Description:  after create module generate file module/route/site.php , route name generated with "Upper Case" first latter 

# Expected
    Route::get('/site', 'SiteController@index');

# Actual
    Route::get('/Site', 'SiteController@index');
@hassanzohdy
Copy link
Owner

It should convert Studly case words to dash-case words instead of lower text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants