Libraries tagged by create table
checkitsedo/calendarize
22 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
yevhenii/laravel-migration-vise-versa
10 Downloads
Package for Laravel. This package adds possibility to create migration and model from an existing table
widdy/laravel-model
10 Downloads
a simple way to create a new Eloquent model with given table name.
syaim/dynamic_menu
2 Downloads
A simple package library to create dynamic menus which read from database table
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.
ez-php/audit
0 Downloads
Audit log module for ez-php — event-driven recording of entity lifecycle changes (CREATE, UPDATE, DELETE) into an audit_logs table with a fluent query API.
dragonsoftware/modalizable
80 Downloads
This package would help create modal edit form for both normal tables and datatable with ease using bootstrap 4 styling
sleeping-owl/seeder
26 Downloads
Package to create simple seeders with ability to lock/unlock tables
puneetxp/kv-db-laravel
10 Downloads
Create a db with kv only use one table name envrioment which is the greate for small database may be large one if devloper like to but it target small. Which can use for the small structuress. It can handle everything.
philicevic/berger
4 Downloads
A tool to create round robin tournament matchups using the Berger tables
oguzcandemircan/laravel-unique-sluggable
55 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.
macropage/sdk-ebay-rest-marketing
24 Downloads
The Marketing API offers two platforms that sellers can use to promote and advertise their products: Promoted Listings is an eBay ad service that lets sellers set up ad campaigns for the products they want to promote. eBay displays the ads in search results and in other marketing modules as SPONSORED listings. If an item in a Promoted Listings campaign sells, the seller is assessed a Promoted Listings fee, which is a seller-specified percentage applied to the sales price. For complete details, refer to the Promoted Listings playbook.Promotions Manager gives sellers a way to offer discounts on specific items as a way to attract buyers to their inventory. Sellers can set up discounts (such as "20% off" and other types of offers) on specific items or on an entire customer order. To further attract buyers, eBay prominently displays promotion teasers throughout buyer flows. For complete details, see Promotions Manager. Marketing reports, on both the Promoted Listings and Promotions Manager platforms, give sellers information that shows the effectiveness of their marketing strategies. The data gives sellers the ability to review and fine tune their marketing efforts.Store Email Campaign allows sellers to create and send email campaigns to customers who have signed up to receive their newsletter. For more information on email campaigns, see Store Email Campaigns.Important! Sellers must have an active eBay Store subscription, and they must accept the Terms and Conditions before they can make requests to these APIs in the Production environment. There are also site-specific listings requirements and restrictions associated with these marketing tools, as listed in the "requirements and restrictions" sections for Promoted Listings and Promotions Manager. The table below lists all the Marketing API calls grouped by resource.
iramgutierrez/lumen-resource-api
77 Downloads
Create a resource API for Lumen 5.3: entity, repository, manager, validator, controller, migration, table , route and documentation
iamserjo/php-gpt-context-generator
1475 Downloads
Helps to create prompt context of your project according to chosen tables and files
german/gman-end-point
13 Downloads
Create and make available a custom NOT A REST endpoint 'http://localhost/wordpress/exercise/inpsyde'. When a visitor navigates to that endpoint, the plugin send an HTTP request to a REST API endpoint. The API is available at https://jsonplaceholder.typicode.com/ and the endpoint to call is /users.The plugin will parse the JSON response and will use it to build and display an HTML table.