November 21, 2022
Dream Space Screencast
Dream Space is robust platform for developer. Push your development skills to the next level, through this screencast learning platform.
Dream Space Screencast
Dream Space is a robust platform for developers. Push your development skills to the next level, through this screencast learning platform.
The screencast is a video recording of a computer screen, typically with audio narration. The screencast is a great way to learn new skills, and Dream Space is a platform that provides screencast learning for developers.
Dream Space provides a variety of screencast courses, from beginner to advanced levels. The courses are categorized into several topics, such as Laravel, InertiaJS, ReactJS, and more.
There are also several courses that give you free to-watch the courses, and also paid courses. The paid courses are permanently accessible, and you can watch them anytime.
Built with Laravel, InertiaJS, ReactJS, and integrated with Midtrans payment gateway Core API integration method.
Core API is a simple integration method that allows you to build your own payment page. Core API is suitable for developers who want to develop a custom payment page.
Live demo : Not available yet.
Source code : GitHub
Features
Some features of this application:
- Series
- Videos
- RBAC (administrator, instructor, student)
- Payment Gateway
- Like and Comment
- Profile Activity
- OAuth
- more details just clone my repository totally free. 😁✌
Tech Stack
- Laravel
- InertiaJS
- ReactJS
- Midtrans
- Laravel Fortify
- Laravel Role Permission
- Socialite
- Markdown
- more details check my composer.json and package.json
Prerequisites
Notes
Some features are not available yet.
Midtrans only available for Indonesia. Supported payment channel : BRI, BCA, Mandiri, Permata, Gopay, Alfamart, and Indomaret.
Manual payment is not available yet.
SMTP Currently available for Reset Password, Email Verification, and Resend Email Verification. You can use Mailtrap for testing, and should run php artisan queue:work
for sending email.
Installation and Usage
Clone the repository on my GitHub
cd into project directory
Install dependencies
Copy the example env file and make the required configuration changes in the .env
file
Generate a new application key
Configure the .env file
Configure Midtrans payment gateway.
Open database/seeders/MidtransConfigSeeder.php
and change following code.
Symlink storage folder
Run the database migrations (Set the database connection in .env
before migrating)
Run the database seeder IMPORTANT
Run the development server
You can now access the server at http://localhost:8000
Using Laragon? Access the server at http://dream-space-screencasts.test
Google OAuth only available for localhost, which http://localhost:8000
.
Not support for http://dream-space-screencasts.test
Start queue worker IMPORTANT FOR SENDING EMAIL
Credentials
For receiving Payment Notification Callback, you have to expose your local server to the internet. For testing purpose, you can use ngrok.
Copy the https url and paste it to Midtrans Dashboard > Settings > Configuration > Payment Notification URL, with /api/notification-handler
endpoint.