Laravel background

CMS View

CMS View API documentation

URLs

System contain three main URL schema

    
    1- https://domain.com/blogs
    2- https://domain.com/offers
    3- https://domain.com/projects
    

URLs Parameters

There is only two parameter after each site also depend on system id cms_id and language lang.

    
    1- https://domain.com/blogs?lang=ar&cms_id=5
    2- https://domain.com/offers?lang=ar&cms_id=5
    3- https://domain.com/projects?lang=ar&cms_id=5
    

Which ar is the selected language and 5 is CMS id from https://cms.ksa-ads.com/ that be taken.

Notes:

1- CMS is taken from https://cms.ksa-ads.com/.

2- The supported language is Arabic ar and English en.

2- Command to install the packages composer install.