Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.81 KB

README.md

File metadata and controls

70 lines (46 loc) · 1.81 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

  • Laravel Version 11.x

Installation

  • To your www folder or herd folder
cd to your project folder
  • Clone repo
git clone https://github.com/oreyon/laravel-11-blog.git
  • Copy env file
cp .env.example .env
  • Install composer
composer install --optimize-autoloader --no-dev
  • Insall npm
npm install
  • Generate new app key
php artisan key:generate
  • Generate symbolic link
php artisan storage:link
  • Import and seed database
php artisan migrate:refresh --seed

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.