Skip to content

wladiveras/php-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stove Project

The system is a web application that provides CRUD functionality for managing users, stovens, addresses, states, and cities. Users can register, log in, and manage their profile, while stoven data is used to manage front-end data. Stovens have a one-to-many relationship with addresses, and states and cities are related entities for managing address information. The system allows users to create, read, update, and delete entities with validation and error handling, ensuring data integrity and enforcing relationships.

Repositories:

Steps todo:

All steps todo and some tips to run all project workflow, don't forget to use postman environments and setup a {{port}} variable with 8000 or 8001 to choice which project you want to use.

Setup PHP Only version:
  1. First of all, setup your laravel version and do all steps.

  2. Go to php-only project root folder

  3. Setup config/setup.php file to your database settings like in laravel

  4. Start server running php -S localhost:8001 -t public in project root

Tips:
  • Both project use same database, so you need to start laravel version first, run migrations and seeders to create tables and data.

  • OnlyPHP: examples version only works to php only cause i build a sistem to get by query instend passing it by router like laravel, so when existing a example with Only PHP, use it only in PHP Version instend original version.

When testing a project, make sure to update the port number to match your project's configuration. For example, if you are testing a Laravel application, you should change {{port}} to 8000 in the environments. If you are testing a PHP version only, you can use 8001 instead. This will ensure that your project runs correctly and communicates with the correct project.

Laravel Version Port: 8000 PHP Version Port: 8001

Check out project collection

Postman Environments

About

Back end php version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages