Framework | Link |
---|---|
Laravel v.10 | https://laravel.com |
React v.18 | https://react.dev/ |
Inertiajs | https://inertiajs.com/ |
- PHP ≥ 8.1
- Node ≥ 16.10
If Using VSCode Please install these extensions on your code editor :
- Clone This Repository:
$ git clone https://github.com/akhmadrizki/vid-hub.git
- Copy file
.env.example
to.env
:
$ cp env-example .env
- Install all package
$ composer install
...
DB_DATABASE=db_market
DB_USERNAME=root
DB_PASSWORD=
...
- Run this command:
$ php artisan key:generate
$ composer dump-autoload
$ php artisan migrate:fresh --seed
$ php artisan storage:link
$ php artisan serve