Skip to content

Repository from learning playlist laravel-11 with WPU

Notifications You must be signed in to change notification settings

oreyon/laravel-11-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repository from learning playlist laravel-11 with WPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published