wicool / app-skel-components
App Created Using Illuminate and Others PHP Components
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
Requires
- fzaninotto/faker: ^1.8
- illuminate/config: ^6.0
- illuminate/database: ^6.0
- illuminate/events: ^6.0
- illuminate/pagination: ^6.0
- illuminate/routing: ^6.0
- illuminate/session: ^6.0
- illuminate/validation: ^6.0
- league/plates: ^3.3
- robmorgan/phinx: ^0.11.1
This package is auto-updated.
Last update: 2025-03-09 00:39:59 UTC
README
App Created Using Illuminate and Others PHP Components
How to use:
composer require wicool/app-skel-components
add your settings to folder files: src/config/*.php
Create the folders in the root folder of your project(with write permissions):
db/migrations
db/seeds
Now run the following command to generate the PHINX configuration file vendor/bin/phinx init
.
This command will generate the following file in the root of your project. phinx.yml
, insira suas credenciais.
Run migrations file with:
php vendor/bin/phinx migrate
Run the seed for populate data:
php vendor/bin/phinx seed:run
For more details on creating your migrations and seeds, visit the official Phinx doc here.
Components used:
- robmorgan/phinx
- league/plates
- fzaninotto/faker
- illuminate/database
- illuminate/routing
- illuminate/events
- illuminate/pagination
- illuminate/session
- illuminate/validation
- illuminate/config
More soon...