Giter Site home page Giter Site logo

tomatophp / tomato-php Goto Github PK

View Code? Open in Web Editor NEW
29.0 2.0 7.0 101 KB

Tomato PHP is a Full CRUD Generator for Splade & Breeze Starter Kit

Home Page: https://docs.tomatophp.com/tomato-php

License: MIT License

PHP 100.00%
blade breeze inertiajs laravel php8 splade vuejs

tomato-php's Introduction

Screenshot

Tomato PHP

๐Ÿ… Tomato PHP is a Full CRUD Generator for Splade & Breeze Starter Kit

Installation

composer require tomatophp/tomato-php

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of this package on Docs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

tomato-php's People

Contributors

3x1io avatar khaledabodaif avatar lakshan-madushanka avatar megoxv avatar rattone 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

Watchers

 avatar  avatar

tomato-php's Issues

Fix Bool Field [Bug]

  • fix the bool field on generate with a default value to be without value=
  • add a cast to the model where the col type = 'bool'

Route [admin.servergateway.index] is not defined` error by creating CRUD with Tomato/PHP

Hello.

Unable to generate CRUD. When I try to generate my first CRUD by following this link: https://docs.tomatophp.com/get-started/start-your-first-crud.
But After create and make servergateway migration, I add in app\Providers\AppServiceProvier, this following in its boot method:

use TomatoPHP\TomatoAdmin\Facade\TomatoMenu;
use TomatoPHP\TomatoAdmin\Services\Contracts\Menu;

... 

public function boot()
{
    TomatoMenu::register(
        Menu::make()
            ->group('Resources')
            ->label('Users')
            ->route('admin.servergateway.index')
            ->icon('bx bx-user')
    );
}

I get Route [admin.servergateway.index] is not defined error.

Does Documentation about How to create a first CRUD is really complete ???

Otherwise, please help me to fix that error and succeed my CRUD's creation.

Awaiting your reply.
Thanks.

mkdir(): Not a directory

I installed tomato and trying customer example crud

got error after do you want to use form builder ? "mkdir(): Not a directory"

`
๐Ÿ… Please input your module name? (ex: Translations):

Customer

๐Ÿ… Module not found but we will create it for you

๐Ÿ… Do you went to use Form Builder? (form/file) [form]:

form

mkdir(): Not a directory`

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.