Skip to content

Welcome to Cline We connect clients to skills, managing projects with ease

Notifications You must be signed in to change notification settings

Raccoon254/cline

Repository files navigation

Laravel Logo

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 js

This is the official Cline repository

Installation

clone the repository

git clone https://github.com/Raccoon254/laraveltemplate.git [your project name]

Install composer dependencies

composer install

Install npm dependencies

npm install

Create a copy of your .env file

cp .env.example .env

Configure your .env file Set the application key

php artisan key:generate

Run the database migrations

php artisan migrate

Serve the application

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.

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.

About

Welcome to Cline We connect clients to skills, managing projects with ease

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published