Giter VIP home page Giter VIP logo

laravel-inertiajs-vuetify-starterkit's Introduction

Laravel InertiaJS Vuetify

A laravel inertiajs vuetify starterkit

Demo

You can access demo app in : https://laravel-inertia-vuetify.fly.dev

Features

  • Laravel 10
  • Inertia.js
  • Vue 3
  • Vite
  • Vuetify + Material Design Icons
  • ESLint + Prettier
  • Authentication (Login, Register, Forgot Password)
  • Example CRUD with serverside pagination, searching, and sorting
  • SPA (Single Page Application)

Installation

Clone repo locally

git clone https://github.com/ahmadfaizk/laravel-inertiajs-vuetify-starterkit
cd laravel-inertiajs-vuetify-starterkit

Install PHP dependencies

composer install

Install NPM dependencies

npm install

Build assets

npm run dev

Setup configuration

cp .env.example .env

Generate application key

php artisan key:generate

Run database migrations

php artisan migrate

Run application

php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

laravel-inertiajs-vuetify-starterkit's People

Contributors

ahmadfaizk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

laravel-inertiajs-vuetify-starterkit's Issues

ItemsPerPage select All

Selecting All items per page show error: SQLSTATE[42000]: Syntax error or access violation: 1064 Erreur de syntaxe près de '0' à la ligne 1
SELECT
*
FROM
people OFFSET 0

Laravel 9 ?

Hello

This is exactly what I was looking for, thanks a bunch

I was just wondering how difficult it would be to upgrade to Laravel 9 as I am starting a new project

search people

ERROR SQL syntax at PeopleController line 52. to solving this bugs is change "ILIKE" word in the query builder to "LIKE" at line 19

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.