文件名称:laravel-angularjs-boilerplate
文件大小:48KB
文件格式:ZIP
更新时间:2024-07-30 07:09:46
PHP
Laravel API 和 AngularJS 前端 - 样板 测试版 使用作为 RESTful API 后端,使用作为前端来创建一个非常简单的单页密码应用程序。 这个样板使用和以及 、 和 。 ###包括什么 处理 CRUD 的 RESTful Laravel API 角度前端 Bootstrap 的 Angular 指令 Composer 安装与 npm install、bower install 和 grunt install 任务(mkdir、less、browserify、bower_concat 和 uglify) 把它们放在一起是很费时间的。 因此,这个简单的样板可以很容易地重复使用。 ###有什么要求 PHP >= 5.4 MCrypt PHP 扩展 ###安装 01 - 克隆存储库 git clone git@github.com:ovdsteen/larav
【文件预览】:
laravel-angularjs-boilerplate-master
----composer.json(882B)
----phpunit.xml(567B)
----bootstrap()
--------paths.php(2KB)
--------autoload.php(2KB)
--------start.php(2KB)
----package.json(486B)
----artisan(2KB)
----readme.md(2KB)
----server.php(519B)
----app()
--------models()
--------config()
--------lang()
--------routes.php(1KB)
--------filters.php(2KB)
--------commands()
--------database()
--------tests()
--------controllers()
--------storage()
--------start()
----Gruntfile.js(2KB)
----src()
--------less()
--------js()
----views()
--------index.php(2KB)
--------modals()
----.gitignore(164B)
----public()
--------index.php(2KB)
--------.htaccess(356B)
--------robots.txt(24B)
--------packages()
--------favicon.ico(0B)
----bower.json(379B)
----.gitattributes(12B)