This is Laravel application test
- Product Category Management
- Product Management
- Integrated with Stripe Checkout.
composer install
If your laravel application doesn't generate a key automatically, run the following command to generate your laravel application key
php artisan key:generate
In your .env make sure your setup your variables
- DB_DATABASE
- DB_USERNAME
- DB_PASSWORD
- MAIL_HOST
- MAIL_USERNAME
- MAIL_PASSWORD
- MAIL_ENCRYPTION
- STRIPE_KEY
- STRIPE_SECRET
php artisan migrate
You need to create the default user for you to use the backend Run the following command
php artisan db:seed
The default credentials are admin@admin.com and password
php artisan serve
php artisan queue:worker
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.