File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3838 ],
3939 "autoload" : {
4040 "psr-4" : {
41- "CSlant\\ BlogApi \\ " : " src/"
41+ "CSlant\\ Blog \\ Api \\ " : " src/"
4242 }
4343 },
4444 "autoload-dev" : {
4545 "psr-4" : {
46- "CSlant\\ BlogApi \\ Tests\\ " : " tests/"
46+ "CSlant\\ Blog \\ Api \\ Tests\\ " : " tests/"
4747 }
4848 },
4949 "require" : {
6969 "extra" : {
7070 "laravel" : {
7171 "providers" : [
72- " CSlant\\ BlogApi \\ Providers\\ BlogApiServiceProvider "
72+ " CSlant\\ Blog \\ Api \\ Providers\\ Blog \\ ApiServiceProvider "
7373 ]
7474 }
7575 },
Original file line number Diff line number Diff line change 11<?php
22
3- use CSlant \BlogApi \Http \Controllers \CategoryController ;
4- use CSlant \BlogApi \Http \Controllers \PostController ;
5- use CSlant \BlogApi \Http \Controllers \TagController ;
3+ use CSlant \Blog \ Api \Http \Controllers \CategoryController ;
4+ use CSlant \Blog \ Api \Http \Controllers \PostController ;
5+ use CSlant \Blog \ Api \Http \Controllers \TagController ;
66use Illuminate \Support \Facades \Route ;
77
88/*
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers \Base ;
3+ namespace CSlant \Blog \ Api \Http \Controllers \Base ;
44
55use Botble \Blog \Http \Controllers \API \CategoryController as BotbleCategoryController ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers \Base ;
3+ namespace CSlant \Blog \ Api \Http \Controllers \Base ;
44
55use Botble \Blog \Http \Controllers \API \PostController as BotblePostController ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers \Base ;
3+ namespace CSlant \Blog \ Api \Http \Controllers \Base ;
44
55use Botble \Blog \Http \Controllers \API \TagController as BotbleTagController ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers ;
3+ namespace CSlant \Blog \ Api \Http \Controllers ;
44
5- use CSlant \BlogApi \Http \Controllers \Base \BaseCategoryController ;
5+ use CSlant \Blog \ Api \Http \Controllers \Base \BaseCategoryController ;
66
77class CategoryController extends BaseCategoryController
88{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers ;
3+ namespace CSlant \Blog \ Api \Http \Controllers ;
44
5- use CSlant \BlogApi \Http \Controllers \Base \BasePostController ;
5+ use CSlant \Blog \ Api \Http \Controllers \Base \BasePostController ;
66
77class PostController extends BasePostController
88{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Http \Controllers ;
3+ namespace CSlant \Blog \ Api \Http \Controllers ;
44
5- use CSlant \BlogApi \Http \Controllers \Base \BaseTagController ;
5+ use CSlant \Blog \ Api \Http \Controllers \Base \BaseTagController ;
66
77class TagController extends BaseTagController
88{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Models \Traits ;
3+ namespace CSlant \Blog \ Api \Models \Traits ;
44
55trait IsIncrementing
66{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace CSlant \BlogApi \Providers ;
3+ namespace CSlant \Blog \ Api \Providers ;
44
55use Illuminate \Support \ServiceProvider ;
66
7- class BlogApiServiceProvider extends ServiceProvider
7+ class Blog\ApiServiceProvider extends ServiceProvider
88{
99 /**
1010 * Bootstrap services.
You can’t perform that action at this time.
0 commit comments