laravel-blog | 基于 Laravel 5.3 的个人博客系统 | Blog library
kandi X-RAY | laravel-blog Summary
kandi X-RAY | laravel-blog Summary
基于 Laravel 5.3 的个人博客系统
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Store an article
- compose view
- Define the API routes .
- validate form data
- Handle user authentication .
- Update an article comment .
- Handle unauthenticated user .
- Home page .
- Run the migrations .
- Get the Gravatar URL .
laravel-blog Key Features
laravel-blog Examples and Code Snippets
Community Discussions
Trending Discussions on laravel-blog
QUESTION
Five months ago I created a pretty extensive Laravel Blog Management system. I am now at a point where I am looking for a job and would like for potential employers to be able to easily install and run my project to check it out. I want to include instructions in the readme.md on how to get it started but I've just realized that I can't figure out how to run it myself!
Here is the repository: https://github.com/colesam/Laravel-Blog
Here is what I've tried:
...ANSWER
Answered 2018-Apr-28 at 00:03It's really easy actually. Takes about ~5 minutes. Here are the steps:
- Clone the project
- Create a database
- Copy
.env.example
to.env
and set the correct database credentials - Run
php artisan key:generate
to generate the app key - Run
php artisan migrate
to create the tables - Run
php artisan serve
And you're done.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-blog
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page