wave-play

所属分类:音频处理
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-09-18 17:20:12
上 传 者sh-1993
说明:  波形播放,,
(wave play,,)

文件列表:
.do/ (0, 2023-11-26)
.do/app.yaml (2772, 2023-11-26)
.do/deploy.template.yaml (3097, 2023-11-26)
.dockerignore (1650, 2023-11-26)
.editorconfig (258, 2023-11-26)
.env (1432, 2023-11-26)
.env.example (1066, 2023-11-26)
.env_backup (1637, 2023-11-26)
Dockerfile (705, 2023-11-26)
LICENSE.md (1069, 2023-11-26)
SECURITY.md (294, 2023-11-26)
app/ (0, 2023-11-26)
app/Console/ (0, 2023-11-26)
app/Console/Kernel.php (681, 2023-11-26)
app/Exceptions/ (0, 2023-11-26)
app/Exceptions/Handler.php (1050, 2023-11-26)
app/Http/ (0, 2023-11-26)
app/Http/Controllers/ (0, 2023-11-26)
app/Http/Controllers/AirtableController.php (1049, 2023-11-26)
app/Http/Controllers/Auth/ (0, 2023-11-26)
app/Http/Controllers/Auth/ForgotPasswordController.php (208, 2023-11-26)
app/Http/Controllers/Auth/LoginController.php (172, 2023-11-26)
app/Http/Controllers/Auth/RegisterController.php (184, 2023-11-26)
app/Http/Controllers/Auth/ResetPasswordController.php (204, 2023-11-26)
app/Http/Controllers/Controller.php (361, 2023-11-26)
app/Http/Controllers/DashboardController.php (2020, 2023-11-26)
app/Http/Controllers/LeadController.php (2610, 2023-11-26)
app/Http/Controllers/PersonalDealerThemesController.php (137, 2023-11-26)
app/Http/Controllers/PersonalSiteDetailController.php (8707, 2023-11-26)
app/Http/Controllers/ReviewController.php (1285, 2023-11-26)
app/Http/Controllers/ThemeControler.php (238, 2023-11-26)
app/Http/Controllers/UserThemeController.php (865, 2023-11-26)
app/Http/Kernel.php (2603, 2023-11-26)
app/Http/Livewire/ (0, 2023-11-26)
app/Http/Livewire/ContactForm.php (1293, 2023-11-26)
app/Http/Livewire/ReviewForm.php (985, 2023-11-26)
app/Http/Livewire/ReviewSlider.php (342, 2023-11-26)
... ...

## Introduction [Wave](https://devdojo.com/wave) is a Software as a Service Starter Kit that can help you build your next great idea . Wave is built with [Laravel](https://laravel.com), [Voyager](https://voyager.devdojo.com), [TailwindCSS](https://tailwindcss.com), and a few other awesome technologies. Here are some of the awesome features : - [Authentication](https://wave.devdojo.com/docs/features/authentication) - [User Profiles](https://wave.devdojo.com/docs/features/user-profiles) - [User Impersonation](https://wave.devdojo.com/docs/features/user-impersonation) - [Subscriptions](https://wave.devdojo.com/docs/features/billing) - [Subscription Plans](https://wave.devdojo.com/docs/features/subscription-plans) - [User Roles](https://wave.devdojo.com/docs/features/user-roles) - [Notifications](https://wave.devdojo.com/docs/features/notifications) - [Announcements](https://wave.devdojo.com/docs/features/announcements) - [Fully Functional Blog](https://wave.devdojo.com/docs/features/blog) - [Out of the Box API](https://wave.devdojo.com/docs/features/api) - [Voyager Admin](https://wave.devdojo.com/docs/features/admin) - [Customizable Themes](https://wave.devdojo.com/docs/features/themes) ## Demo View a live [demo here](https://wave.devdojo.com), or deploy your own instance to DigitalOcean, by clicking the button below. Deploy to DO ## Installation To install Wave, you'll want to clone or download this repo: ``` git clone https://github.com/thedevdojo/wave.git project_name ``` Next, we can install Wave with these **4 simple steps**: ### 1. Create a New Database We'll need to utilize a MySQL database during the installation. For the following stage, you'll need to create a new database and preserve the credentials. ### 2. Copy the `.env.example` file We need to specify our Environment variables for our application. You will see a file named `.env.example`, you will need to duplicate that file and rename it to `.env`. Then, open up the `.env` file and update your *DB_DATABASE*, *DB_USERNAME*, and *DB_PASSWORD* in the appropriate fields. You will also want to update the *APP_URL* to the URL of your application. ```bash APP_URL=http://wave.test DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=wave DB_USERNAME=root DB_PASSWORD= ``` ### 3. Add Composer Dependencies Following that, we'll need to install all composer dependencies through the following command: ```php composer install ``` ### 4. Run Migrations and Seeds We must migrate our database schema into our database, which we can accomplish by running the following command: ```php php artisan migrate ```
Finally, we will need to seed our database with the following command: ```php php artisan db:seed ```
And that's it! You will now be able to visit your URL and see your Wave application up and running. ## Watch, Learn, and Build We've also got a full video series on how you can setup, build, and configure Wave. You can watch first few videos for free, and additional videos will require a [DevDojo Pro](https://devdojo.com/pro) subscription. By subscribing to a [DevDojo Pro](https://devdojo.com/pro) subscription you will also be supporting the ongoing development of this project. It's a win win! [Click here to watch the Wave Video Series](https://devdojo.com/course/wave). ## Documentation Checkout the [official documentation here](https://wave.devdojo.com/docs).

近期下载者

相关文件


收藏者