Download the PHP package dynamatrix/laravel-vue without Composer
On this page you can find all versions of the php package dynamatrix/laravel-vue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dynamatrix/laravel-vue
More information about dynamatrix/laravel-vue
Files in dynamatrix/laravel-vue
Package laravel-vue
Short Description A laravel and vue combination supporting a laravel backend and a vue frontend.
License MIT
Informations about the package laravel-vue
About the laravel-vue scaffold
The laravel-vue scaffold is a template repository usable for new projects that rely on Laravel and Vue. This scaffold combines the two in such a way that they work together efficiently and without issue. Laravel handling the back-end, API and database connections, while Vue handles the front-end, routing and API calls to the back-end.
Stack
- Laravel
- Vue
- SCSS
- Tailwind
- MySQL
Setup
You can use this scaffold by pulling it and changing the git remote, or by using composer create-project dynamatrix/laravel-vue
.
You can find the scaffold on packagist.
Prerequisites:
- MySQL database (MariaDB is recommended) with database and user:
For the configuration, please read this article by DigitalOcean
- Node 20.12.x
- PHP 8.3.x
Installation
After setup, if you have Node and PHP installed; you may continue by using the installers:
After that, you may run the application using
Axios is installed for the communication between front-end and backend. You may use Axios to make api calls to the laravel backend.
For information on how to use Vue, Laravel, SCSS, Tailwind and Mysql:
All versions of laravel-vue with dependencies
laravel/framework Version ^11.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.9