CSS Conference Application Web & Server Implementation
- PHP 7.x
- MySQL
- Composer
-
Clone project
-
cdinto project directory -
Create a copy of the
.env.examplefile. Name it.env. -
In your
.envfile, add the following values:- For
DB_DATABASEuse the name of a database locally stored on your computer. - For
DB_PASSWORDuse the password for your chosen database. - For
DB_NAMEuse te database name of the database you created. - The other values can be left blank.
- Save your changes.
- For
-
Run the Command:
composer install -
Run the Command:
php artisan migrate -
Run the Command:
php artisan key:generate -
Browse to configured URL for the project
NOTE It is recommended you use develop the project using homested. Set up homestead.
For more examples and usage, please refer to the Wiki.
Distributed under the MIT license. See LICENSE for more information.
https://github.com/cssuwwi/conference-app/blob/master/license.md
- Fork it (https://github.com/cssuwi/conference-app/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request