LaraBlog is Laravel with Blog case study. This project build for support me in learning Laravel and for those who new in Laravel. You are free to use or modify this project to your own purposes. Features CRUD
markdown-blog-with-laravel是一个简单易用的Markdown博客系统,它不需要数据库,没有管理后台功能,更新博客只需要添加你写好的Markdown文件即可。它摆脱了在线编辑器排版困难,无法实时预览的缺点,一切都交给Markdown来完成,一篇博客就是一个Markdown文件。同时也支持评论,代码高亮,数学公式,页面PV统计等常用功能。提供了...
第一次使用laravel编写blog. Contribute to lg10/blogphp development by creating an account on GitHub.
.env.githubaction #157: WIP- Upgraded to Laravel 10 Jun 12, 2023 .gitattributes #157: Upgraded to Laravel 10 Jun 12, 2023 .gitignore Composer.lock file deleted for public package Jun 23, 2024 .php_cs Code formatted Nov 4, 2018
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 1,089 Commits .github/workflows Fix actions CI Dec 8, 2024 app Introduce settings group Jan 9, 2025 bootstrap View code format Mar 7, 2023 ...
main BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 184 Commits .github src tests .DS_Store .editorconfig .gitignore .scrutinizer.yml .styleci.yml .travis.yml CHANGELOG.md CONDUCT.md CONTRIBUTING.md ...
github 不稳定的时候可以上 gitee 代替。有问题可以创建issues 安装 使用composer composer require taxusorg/xunsearch-laravel 复制配置文件到配置目录,配置文件内容不多,而且可以在.env文件中设置。手动复制或者使用命令复制: php artisan vendor:publish --provider="Taxusorg\XunSearchLaravel\XunSearchServiceProvider" ...
我会将本系列教程代码提交到 Github 仓库:https://github.com/nonfu/laravel-tutorial-code,以下是关联本地分支到 Github 项目主干并第一次提交代码的示例操作: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 cd blog git init git remote add origin https://github.com/nonfu/laravel-tutorial-code ...
8$user=Socialite::driver('github')->user(); 9 10//$user->token 11}); Theredirectmethod provided by theSocialitefacade takes care of redirecting the user to the OAuth provider, while theusermethod will examine the incoming request and retrieve the user's information from the provider after ...