https://github.com/caknoooo/laravel_vuejs_inertia_porto
Here I will use the concept of inertia js with the help of Laravel 8 on the server side and Vue Js on the client side. Let's to coding
https://github.com/caknoooo/laravel_vuejs_inertia_porto
inertiajs laravel tailwindcss vuejs
Last synced: 6 months ago
JSON representation
Here I will use the concept of inertia js with the help of Laravel 8 on the server side and Vue Js on the client side. Let's to coding
- Host: GitHub
- URL: https://github.com/caknoooo/laravel_vuejs_inertia_porto
- Owner: Caknoooo
- License: gpl-3.0
- Created: 2022-12-30T00:04:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T02:28:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T09:34:06.448Z (8 months ago)
- Topics: inertiajs, laravel, tailwindcss, vuejs
- Language: PHP
- Homepage:
- Size: 7.07 MB
- Stars: 3
- 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/)**
- **[Tailwind Components](https://tailwindcomponents.com/)**
- **[Tailwind UI](https://tailwingui.com/)**
- **[Flow Bite](https://flowbite.com/)**
- **[Daisyui](https://daisyui.com/)**
- **[Hero Icons](https://heroicons.com/)**
- **[Mail Trap](https://mailtrap.io/)**
- **[Motion Vueuse](https://motion.vueuse.org/)**