https://github.com/mattmezza/fleet
A rapid and keep it stupid simple php rest boilerplate
https://github.com/mattmezza/fleet
component-package fleet microframework php php-files
Last synced: 4 months ago
JSON representation
A rapid and keep it stupid simple php rest boilerplate
- Host: GitHub
- URL: https://github.com/mattmezza/fleet
- Owner: mattmezza
- License: mit
- Created: 2014-09-23T13:43:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T16:30:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T15:36:37.210Z (11 months ago)
- Topics: component-package, fleet, microframework, php, php-files
- Language: PHP
- Homepage:
- Size: 1.93 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
fleet
=====
A rapid and keep-it-super-simple php framework!
-------------------
##### Installation steps
* Clone this repo by doing `mkdir webdir && cd webdir` to create the web folder in which to clone and `git clone https://github.com/mattmezza/fleet.git .` to clone this repo into the working directory
* Check `.htaccess` to change if you installed into subdirectory. If you are installing into a virtual host you can skip this step
* Run `php composer.phar install` to get the needed dependencies
* Check `app.ini` and edit development information or go to `http://yourhost.dev/public/install.php` for an easy installation process
* Reach your app URL: if you see the welcome page then you are done! 😜
* Start editing PHP files into application/controllers directory
_When switching to production please remember to delete public/install.php and public/installer.php files._
#### Create something extraordinary with your new installation of fleet!
###### For any information please contact me at [mattmezza@gmail.com](mailto:mattmezza@gmail.com).