Skip to content

Latest commit

 

History

History
executable file
·
79 lines (55 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
79 lines (55 loc) · 1.42 KB

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.