An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Total Downloads
Latest Stable Version
License

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

login
dashboard