https://github.com/bforbilly24/clientportal-laravel-fullstack-app
Content Management System for client of PT Webcare.idn
https://github.com/bforbilly24/clientportal-laravel-fullstack-app
bootstrap laravel scss
Last synced: 3 months ago
JSON representation
Content Management System for client of PT Webcare.idn
- Host: GitHub
- URL: https://github.com/bforbilly24/clientportal-laravel-fullstack-app
- Owner: bforbilly24
- Created: 2024-03-21T11:17:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T02:51:52.000Z (over 1 year ago)
- Last Synced: 2025-02-08T06:14:39.541Z (over 1 year ago)
- Topics: bootstrap, laravel, scss
- Language: JavaScript
- Homepage: https://project-webcare.com/login
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Laravel](https://laravel.com/) web application framework with expressive, elegant syntax, project bootstrapped with [`composer create-project`](https://laravel.com/docs/9.x/releases).
## Getting Started
> 1. Pull in terminal
```
git clone https://github.com/bforbilly24/clientportal-laravel-fullstack-app.git
```
> 2. Installation
```bash
composer install
cp .env.example .env // setup database credentials
php artisan key:generate
php artisan migrate
php artisan storage:link
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
> 3. Compile
```bash
php artisan serve
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://127.0.0.1:8000](http://127.0.0.1:8000) with your browser to see the result.
## File & Folder Structure
```bash
ix
│ ├── app
│ ├── bootstrap
│ ├── config
│ ├── database
│ ├── lang
│ ├── public
│ ├── resources/
│ │ └── css
│ │ └── js
│ │ └── sass
│ │ └── views
│ │ └── auth
│ │ └── error
│ │ └── includes
│ │ └── layouts
│ │ └── pages
│ │ └── vendor/comments
│ │ └── multiple folders having all pages, apps, etc
│ ├── routes
│ ├── storage
│ ├── tests
│ └── package.lock
│ ├── composer.json - Laravel php dependencies
│ ├── vite.config.js - Vite configuration File
│ ├── package.json
```
## Preview