sun/hello-planet

Hello Planet Package For The Planet Framework.

1.2 2015-12-08 08:31 UTC

This package is auto-updated.

Last update: 2024-04-08 16:34:11 UTC


README

Demo Package For The Planet Framework

Installation Process

In order to install Hello Planet, just add

 "sun/hello-planet": "1.*"

to your composer.json. Then run composer install or composer update.

In your config/provider.php add

 '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