用laravel重建twitter

时间:2024-02-26 20:41:38
【文件属性】:

文件名称:用laravel重建twitter

文件大小:190KB

文件格式:ZIP

更新时间:2024-02-26 20:41:38

laravel tutorial twitter Twitter

用Laravel重建Twitter 也许您已经完成了之类的课程或。 您已经了解了Laravel的基础知识。 怎么办? 您想要构建比基本CRUD应用程序更大的功能。 假设建立一个博客。 您已经了解了如何创建,更新和删除帖子。 现在,您想知道如何构建用户帐户,该用户可以创建一个帖子,其他想要查看该帖子的用户可以使用。 您想知道路由命名约定的最佳做法是什么。 我将在Laravel的Rebuild Twitter中介绍这些主题。 跟随并共同努力,我们将构建一个有趣的应用程序,同时发展您的技能并准备改变世界。 这就是我们要做的。 我们将从头开始重建著名的社交网络Twitter。 请记住,


【文件预览】:
rebuild-twitter-with-laravel-master
----composer.json(1KB)
----phpunit.xml(930B)
----bootstrap()
--------cache()
--------autoload.php(1KB)
--------app.php(2KB)
----config()
--------cache.php(3KB)
--------compile.php(983B)
--------filesystems.php(2KB)
--------auth.php(3KB)
--------session.php(6KB)
--------mail.php(4KB)
--------broadcasting.php(1KB)
--------queue.php(2KB)
--------view.php(1020B)
--------app.php(9KB)
--------database.php(4KB)
--------services.php(980B)
----composer.lock(122KB)
----package.json(401B)
----artisan(2KB)
----gulpfile.js(558B)
----database()
--------factories()
--------migrations()
--------.gitignore(9B)
--------seeds()
----routes()
--------console.php(553B)
--------api.php(528B)
--------web.php(513B)
----server.php(563B)
----tests()
--------ExampleTest.php(401B)
--------TestCase.php(541B)
----resources()
--------lang()
--------assets()
--------views()
----app()
--------Http()
--------User.php(523B)
--------Providers()
--------Exceptions()
--------Console()
----storage()
--------logs()
--------app()
--------framework()
----.env.example(491B)
----.gitignore(80B)
----public()
--------css()
--------index.php(2KB)
--------.htaccess(553B)
--------robots.txt(24B)
--------js()
--------web.config(914B)
--------favicon.ico(0B)
----README.md(1KB)
----.gitattributes(61B)

网友评论