We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3a52e commit cff73acCopy full SHA for cff73ac
README.md
@@ -1,7 +1,7 @@
1
# Laravel-mini-project
2
3
4
-1. Clone project
+Clone project
5
6
- create storage directory and storage/app, storage/cache, storage/framework & storage/logs directories
7
- chmod -R 777 storage
@@ -16,7 +16,7 @@
16
- copy-paste .htaccess & .htpasswd (if it's necessary)
17
- php artisan migrate:refresh --seed
18
19
-2. How to install
+How to install
20
21
- cd /data/www/{username}
22
- php /usr/bin/composer global require "laravel/installer" (if Laravel isn’t installed)
0 commit comments