How to setup project #1
-
How to setup the project ? |
Beta Was this translation helpful? Give feedback.
Answered by
youraccounts
Jan 19, 2024
Replies: 1 comment
-
How to setup projectfollow all step to install & run the project step 1 clone code git clone https://github.com/iMSophat/anime-base.git
cd anime-base step 2 install composer composer install step 3 rename step 4 generate key php artisan key:generate step 5 run the code php artisan serve and goto http://127.0.0.1:8000/ to see user interface
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pphatdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to setup project
follow all step to install & run the project
step 1 clone code
git clone https://github.com/iMSophat/anime-base.git cd anime-base
step 2 install composer
step 3 rename
.env.example
to.env
step 4 generate key
step 5 run the code
and goto http://127.0.0.1:8000/ to see user interface