Download the PHP package platine-php/starter without Composer
On this page you can find all versions of the php package platine-php/starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download platine-php/starter
More information about platine-php/starter
Files in platine-php/starter
Package starter
Short Description Platine Starter is a Platine Framework based simple starter project
License MIT
Informations about the package starter
PLATINE STARTER
Platine Starter is a Platine Framework
based simple starter project. Most of the commonly needed features of an
application like Authentication
, Authorisation
, User
and Role management
, Application Backend
, are available here.
It is modular, so you may use this project as a base and build your own application.
The Platine Starter
comes with several features which are the most common in almost all applications. It is a template project which means it is intended to build in a way that it can be used for other projects.
It is a modular application, and some modules are installed by default. It will be helpful to use it as a base for future applications.
Requirements
- Any web server (Apache, nginx, lighttp, etc.)
- PHP >= 7.4, PHP 8
Installation
Follow the steps mentioned below to install and run the project.
-
Create project
-
Create
.env
file by copying the.env.example
. You may use the command to do that -
Update the database, application URL and others information in
.env
file. -
Run the command to execute migration
-
Run the command to insert demo data
- You may create a virtualhost entry to access the application or run
php platine server
from the project root and visithttp://127.0.0.1:8080
.
Demo
Use the following account credentials to access the application backend:
License
MIT License See LICENSE.MD