国家API 一个Laravel应用程序,它用作National-ui react应用程序的后端。 国家API仅具有可用的一个端点,该端点在routes\api.php定义。 端点期望发布请求,该请求已针对app/Http/Requests/StoreCustomer.php的StoreCustomer FormRequest进行了验证如果请求参数通过验证,则CustomerController@store将创建一个新的Customer模型以保留数据。 数据库 National API具有一个迁移文件,该文件创建具有以下定义的表 create table customers ( id