https://github.com/caknoooo/laravel-vuejs-inertia-portofolio_failed
Failed :( because many errors
https://github.com/caknoooo/laravel-vuejs-inertia-portofolio_failed
inertiajs laravel tailwindcss vuejs
Last synced: 7 months ago
JSON representation
Failed :( because many errors
- Host: GitHub
- URL: https://github.com/caknoooo/laravel-vuejs-inertia-portofolio_failed
- Owner: Caknoooo
- Created: 2022-12-25T22:33:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T06:42:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T09:34:05.078Z (8 months ago)
- Topics: inertiajs, laravel, tailwindcss, vuejs
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel
## Introduction
Hello, my name is M Naufal Badruttamam, and I am a beginner in Backend Developer. Here I want to deepen the Backend Developer Cycle. In this repository, I made a simple portofolio to deepen the PHP programming language and its framework, namely Laravel and Vue JS
## How to run?
there is a problem like this if you don't follow the steps that I gave
```
Warning: require(C:\xampp\htdocs\tourismPortal\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\tourismPortal\bootstrap\autoload.php online 17Fatal error: require(): Failed opening required 'C:\xampp\htdocs\tourismPortal\bootstrap/../vendor/autoload.php' (include_path='.;C:\xampp\php\PEAR') in C: \xampp\htdocs\tourismPortal\bootstrap\autoload.php on line 17
```
etcTherefore, I suggest to follow the steps that I provide:
```
1. Open cmd or other terminal then look for the folder that will be used to store the repository
2. git clone https://github.com/Caknoooo/Portofolio-InertiaJS.git
3. Go to the folder application using cd command on your cmd or terminal
4. Run composer install on your cmd or terminal
5. Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
6. Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
7. Run php artisan key:generate
8. Open xampp or mamp etc.
9. Connect Apache and MySql
10. Run php artisan migrate
11. Run php artisan db:seed
12. Run php artisan serve
```## Reference
- **[Laravel](https://laravel.com/)**
- **[Stackoverflow](https://stackoverflow.com/)**