Overview:
This product is a Laravel and CoreUI template for building web applications. It combines the Laravel PHP framework with the CoreUI admin template and uses Vue.js for handling the frontend. The template includes several useful libraries and features such as Axios, jQuery, Moment.js, Vuex, and Vue Router. It is also PWA-ready, optimized for performance using Laravel Page Speed, and can be easily deployed using Docker Compose.
Features:
- Laravel 5.8: A PHP framework for web artisans.
- Core UI for Vue: A free Bootstrap admin template.
- Useful libraries: Includes Axios, jQuery, Moment.js, and Lodash.
- Vue Router and Vuex: Set up out of the box for easy routing and state management.
- PWA ready: Powered by Offline-plugin and Workbox for offline capabilities.
- Notification system: Integrated Vue-SweatAlert2 and Vue-Notification for easy notification handling.
- Loading spinner: Includes Vue Loading Spinner for displaying loading animations.
- Quick deployment with Docker Compose: Provides a simple way to deploy the application using Docker.
Installation:
Via Composer:
- Create a new project using composer:
composer create-project laravel/laravel your-project-name
- Install the required dependencies:
composer install
- Add write permission (Unix) to certain directories:
chmod -R 777 storage bootstrap/cache
- Compile static assets:
npm run prod
- Create a new project using composer:
Via Git:
- Clone this repository:
git clone https://github.com/username/repo.git
- Install the required dependencies:
composer install
- Step 3 - 4 same as above (add write permission and compile static assets)
- Clone this repository:
Using Docker Compose for Development:
- Create and start the Docker container
- Enter the workspace:
docker-compose exec app bash
- Install dependencies:
composer install
- Compile static assets:
npm run prod
- Open a browser and go to
http://localhost:8888
Using Docker Compose for Production:
- Create and start the Docker container
- Open a browser and go to
http://localhost:88
Summary:
The Laravel CoreUI Vue is a versatile and feature-rich template for building web applications. It combines the power of Laravel, CoreUI, and Vue.js to provide a seamless development experience. With a range of useful libraries and features, as well as easy installation methods like Composer and Docker Compose, it is a convenient choice for developers looking to build modern and efficient web applications.