https://github.com/iftekhersunny/hello-planet
Demo Package For The Planet Framework.
https://github.com/iftekhersunny/hello-planet
Last synced: 3 months ago
JSON representation
Demo Package For The Planet Framework.
- Host: GitHub
- URL: https://github.com/iftekhersunny/hello-planet
- Owner: IftekherSunny
- License: mit
- Created: 2015-12-04T10:24:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T08:32:41.000Z (over 9 years ago)
- Last Synced: 2025-01-02T00:15:07.752Z (5 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/sun/hello-planet
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello Planet
Demo Package For The [Planet Framework](http://planet.iftekhersunny.com)
## Installation Process
In order to install Hello Planet, just add
```json
"sun/hello-planet": "1.*"
```
to your composer.json. Then run composer install or composer update.In your config/provider.php add
```php
'Sun\HelloProvider',
```Then run the command to publish Hello Planet's assets
```
php planet publish
```
This command will publish all of the assets, views and config files.After that, setup your database connection in the .env file and run the command
```
php planet migration:migrate
```Everything done. Now, start built in web server by the command
```
php planet run
```Visit the link to see Hello Planet Page
```
http://localhost:8000/hello
```