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
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
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=
The Laravel framework is open-sourced software licensed under the MIT license.