angular-laravel-todo-app:使用Laravel 5和AngularJS 1构建的简单的Todo应用演示

时间:2021-04-27 13:07:36
【文件属性】:
文件名称:angular-laravel-todo-app:使用Laravel 5和AngularJS 1构建的简单的Todo应用演示
文件大小:213KB
文件格式:ZIP
更新时间:2021-04-27 13:07:36
PHP Angular-Laravel Todo应用程序示例 该应用程序演示了Laravel作为php的MVC架构以及AngularJS作为前端框架的用法,以及如何将这些技术结合在一起以构成轻松高效的单页应用程序。 AngularJS AngularJS是由Google创建的前端JavaScript MVC框架。 它使您可以更快地构建单页应用程序并利用更好的关注点分离原则。 您可以在这里查看更多详细信息: : Laravel Laravel是为php创建的后端框架。 这使我们能够通过利用路由更好地构建后端逻辑,并使用MVC架构轻松构建RESTful服务。 设定说明 如果您没有laravel,则必须先在本地计算机上安装laravel。 请按照此处的说明进行操作: : 键入命令:'php artisan migration'从Eloquent模型创建数据库表。 确保检查.env文件以获取本地
【文件预览】:
angular-laravel-todo-app-master
----.gitignore(73B)
----app()
--------Listeners()
--------User.php(541B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Policies()
--------Events()
--------Todolist.php(173B)
--------Jobs()
----.env.example(443B)
----bootstrap()
--------app.php(2KB)
--------cache()
--------autoload.php(1KB)
----package.json(212B)
----resources()
--------lang()
--------assets()
--------views()
----server.php(567B)
----storage()
--------app()
--------framework()
--------logs()
----gulpfile.js(503B)
----public()
--------.htaccess(553B)
--------robots.txt(24B)
--------index.php(2KB)
--------js()
--------views()
--------favicon.ico(0B)
--------web.config(914B)
--------content()
----composer.json(1KB)
----composer.lock(111KB)
----phpunit.xml(1KB)
----tests()
--------ExampleTest.php(403B)
--------TestCase.php(541B)
----config()
--------database.php(4KB)
--------services.php(1KB)
--------compile.php(983B)
--------session.php(6KB)
--------cache.php(2KB)
--------auth.php(3KB)
--------app.php(8KB)
--------mail.php(4KB)
--------broadcasting.php(1KB)
--------filesystems.php(2KB)
--------view.php(1KB)
--------queue.php(2KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----readme.md(1KB)
----.gitattributes(61B)

网友评论