Download the PHP package saidjon/inertia-crud-generator without Composer
On this page you can find all versions of the php package saidjon/inertia-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download saidjon/inertia-crud-generator
More information about saidjon/inertia-crud-generator
Files in saidjon/inertia-crud-generator
Download saidjon/inertia-crud-generator
More information about saidjon/inertia-crud-generator
Files in saidjon/inertia-crud-generator
Vendor saidjon
Package inertia-crud-generator
Short Description This package create ui form to create update, delete and list elements
License MIT
Homepage https://github.com/saidjon/inertia-crud-generator
Package inertia-crud-generator
Short Description This package create ui form to create update, delete and list elements
License MIT
Homepage https://github.com/saidjon/inertia-crud-generator
Please rate this library. Is it a good library?
Informations about the package inertia-crud-generator
Inertia Crud generator
fresh install laravel 8
we depend on laravel-restify generator for api endpoints and when searching.
$ composer require binaryk/laravel-restify
$ php artisan restify:setup
authentication is easy with jetstream . install jetstream
$ composer require laravel/jetstream
$ php artisan jetstream:install inertia
then install the package
Before running make a backup copy of app.js file
composer require saidjon/inertia-crud-generator
then publish files
$ php artisan vendor:publish --tag=inertia-crud --force
This command makes following changes
- app.js will overwritten . You can make changes to your needs from your backed copy of app.js if you desire
- publish inertia-crud.php into /routes folder . in web.php paste this
$ include_once('inertia-crud.php');
- it will publish into js/ Components plugins
then paste this in resourses/css/app.css. you can there is notify,css file
$ @import 'notify.css'
-
in your User model use AuthTokenTrait
- add csrf_token to use in inertia in app/Http/Middleware/HandleInertiaRequests
add this function app/Restify/Repository.php
then in your resources/css/app.css inlude notify.css which exists in that folder
copy these to package.json . remove duplicates
include routes/inertia-crud.php into routes/web.php
run migrations . that's it . go to /admin
All versions of inertia-crud-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
*
doctrine/dbal Version ^3.2
laravel/framework Version *
inertiajs/inertia-laravel Version *
laravel/sanctum Version *
spatie/laravel-package-tools Version ^1.9.2
doctrine/dbal Version ^3.2
laravel/framework Version *
inertiajs/inertia-laravel Version *
laravel/sanctum Version *
spatie/laravel-package-tools Version ^1.9.2
The package saidjon/inertia-crud-generator contains the following files
Loading the files please wait ....