Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raccoon254/cline
Welcome to Cline We connect clients to skills, managing projects with ease
https://github.com/raccoon254/cline
clients fiverr freelance upwork
Last synced: 12 days ago
JSON representation
Welcome to Cline We connect clients to skills, managing projects with ease
- Host: GitHub
- URL: https://github.com/raccoon254/cline
- Owner: Raccoon254
- Created: 2024-02-28T15:42:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T05:53:58.000Z (6 months ago)
- Last Synced: 2024-05-23T06:36:25.216Z (6 months ago)
- Topics: clients, fiverr, freelance, upwork
- Language: PHP
- Homepage:
- Size: 626 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel Template
Laravel template is an extension of the Laravel framework. It is a template that is used to create a new Laravel project
with the following features:- Authentication
- Tailwind CSS
- DaisyUI
- Laravel Livewire
- Fontawesome icons
- Remix icons
- Alpine jsThis is the official Cline repository
## Installation
clone the repository
```bash
git clone https://github.com/Raccoon254/laraveltemplate.git [your project name]
```Install composer dependencies
```bash
composer install
```Install npm dependencies
```bash
npm install
```Create a copy of your .env file
```bash
cp .env.example .env
```Configure your .env file
Set the application key```bash
php artisan key:generate
```Run the database migrations
```bash
php artisan migrate
```Serve the application
```bash
npm run start
```## Database
MariaDB is used as the database for this project. Create a database and update the .env file with the database name,
username and password.```env
DB_CONNECTION=mysql
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).