Skip to content

Single page application (SPA) using laravel for backend, vue for front-end and inertia to glue them together!

License

Notifications You must be signed in to change notification settings

marcoandre1/laravel-inertia-vue-spa

Repository files navigation

Laravel-inertia-vue-spa

Developed with Laravel 8, Inertia and Vue.

About Laravel-inertia-vue-spa

Laravel-inertia-vue-spa is an application built to understand Inertia. It does not implement Laravel Jetstream, which makes it easier to understand the basic concepts of Inertia. The wiki offers a complete walkthrough of the application.

Usage

Simply clone this repo and run composer install to install all the required dependencies. Make sure to rename the .env.example file to .env and also run php artisan key:generate to generate an application key for this Laravel API. Finally, run php vendor/bin/homestead make on Mac / Linux or vendor\\bin\\homestead make on Windows to generate the Vagrantfile and the Homestead.yaml. Run the vagrant up command in your terminal and access your project at http://homestead.test in your browser.

On a fresh install, don't forget to run npm install & npm run dev

License

Laravel-inertia-vue-spa is open-source licensed under the MIT license.

About

Single page application (SPA) using laravel for backend, vue for front-end and inertia to glue them together!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published