- Laravel Version 11.x
- 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
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.
The Laravel framework is open-sourced software licensed under the MIT license.