Skip to content

How to setup project #1

Answered by youraccounts
pphatdev asked this question in Q&A
Discussion options

You must be logged in to vote

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

composer install

step 3 rename .env.example to .env

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

How to setup the project ?

Originally posted by @pphatdev in iMSophat/elements#1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pphatdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants