Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikarmaulanaarrisyad/starter-template-adminlte-v3-laravel11
Laravel version 11 with Laravel Jetsream and Adminlte version 3
https://github.com/vikarmaulanaarrisyad/starter-template-adminlte-v3-laravel11
laravel11-starter
Last synced: about 2 months ago
JSON representation
Laravel version 11 with Laravel Jetsream and Adminlte version 3
- Host: GitHub
- URL: https://github.com/vikarmaulanaarrisyad/starter-template-adminlte-v3-laravel11
- Owner: vikarmaulanaarrisyad
- Created: 2024-03-29T07:03:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T05:39:18.000Z (8 months ago)
- Last Synced: 2024-05-09T11:00:28.290Z (8 months ago)
- Topics: laravel11-starter
- Language: JavaScript
- Homepage:
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 11 with Adminlte3 Template
Welcome to the repository for Laravel 11 integrated with the Adminlte3 template!
## Overview
This repository contains a Laravel 11 template that comes pre-configured with authentication from Jetstream and utilizes the adminlte3 template for the UI.
## Installation Guide
### Prerequisites
- PHP >= 8.1
- Composer
- Node.js
- npm### Installation Steps
1. Clone the repository:
```bash
git clone https://github.com/vikarmaulanaarrisyad/starter-template-adminlte-v3-laravel11.git laravel11-adminlte
```2. Navigate into the project directory:
```bash
cd laravel11-adminlte
```3. Install PHP dependencies:
```bash
composer install
```4. Install JavaScript dependencies:
```bash
npm install && npm run dev
```5. Copy the `.env.example` file and rename it to `.env`:
```bash
cp .env.example .env
```6. Generate application key:
```bash
php artisan key:generate
```7. Run database migrations:
```bash
php artisan migrate
```8. Start the development server:
```bash
php artisan serve
```## Contributors
- **Vikar Maulana** - [GitHub](https://github.com/vikarmaulanaarrisyad)
Feel free to explore their repositories as well.
---
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. Thank you for your interest and support!