You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- Clone the repository to your local development environment
2- Open the project on your favourite IDE
3- Open terminal
4- Install the dependencies on the main directory of project:
composer install
5- Create your database and connect the app to your database
6- Generate your app key:
php artisan key:generate
7- And finally, run the migration:
php artisan migrate
8- Now you are ready to serve the app on your localhost:
php artisan serve
Additionally, to be able use Stripe payment functionality, get your STRIPE_KEY and STRIPE_SECRET from your Stripe Dashboard. (If you don't have an acoount first signup the stripe and get your credentials.)