Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以创建一个 Laravel 4 RESTful API 应用程序和一个调用此 API 的 AngularJS 应用程序?
AngularJS 模板可以存储在 laravel ./app/ 文件夹中还是必须从 ./public/ 文件夹中提供?
对的,这是可能的。
客户端浏览器需要访问的任何文件都必须存储在 ./public/ 文件夹中。
I found something similar on another question but i couldnt solve my problem as i'm still quite new in c#.
i have
System.Type type; // for example int[] System.Type elem