Download the PHP package bedita/api-template without Composer
On this page you can find all versions of the php package bedita/api-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bedita/api-template
More information about bedita/api-template
Files in bedita/api-template
Package api-template
Short Description BEdita5 API project template app
License MIT
Homepage https://www.bedita.com
Informations about the package api-template
BEdita API template
This is the skeleton app to build BEdita5 API projects.
Requirements
- PHP >= 8.3
- Download latest Composer or update via
composer self-update
.
Installation
Simply run
In case you want to use a custom app dir name (e.g. myapp/
):
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
Then visit http://localhost:8765
to see the welcome page.
Configuration
Review and edit accordingly every configuration item in config/app_local.php
.
Make sure at least Datasources
points to the desired DB instance.
Namespace
You need to manually change the default MyApp
namespace in order to use a custom one (recommended before any application logic is introduced).
Files referencing MyApp
are:
composer.json
bin/cake.php
config/app.php
or override inconfig/app_local.php
src/Console/installer.php
src/Shell/ConsoleShell.php
Application.php
(andtest/TestCase/ApplicationTest.php
)webroot/index.php
Make sure to launch composer dump-autoload
after this manual change in order to update autoloader data
All versions of api-template with dependencies
bedita/api Version ^5.36
bedita/aws Version ^3.0.5
bedita/core Version ^5.36
cakephp/cakephp Version ^4.5.0
cakephp/plugin-installer Version ^1.3.1