Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

apple-x-co/bearsunday-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bearsunday-test

Create Project

composer create-project -n bear/skeleton MyVendor.MyProject

Create Controller

MyVendor.MyProject/src/Resource/Page/Hello.php

ref:MyVendor.MyProject/src/Resource/Page/Index.php

Run

php MyVendor.MyProject/bootstrap/web.php get /hello
php MyVendor.MyProject/bootstrap/web.php get '/hello?name=World'

OR

php -S 127.0.0.1:8080 -t MyVendor.MyProject/var/www

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages