https://github.com/juniorb2ss/test-laravel-codestar
GitHub repository for AWS CodeStar PHP (Laravel) web application test-laravel.
https://github.com/juniorb2ss/test-laravel-codestar
Last synced: 2 months ago
JSON representation
GitHub repository for AWS CodeStar PHP (Laravel) web application test-laravel.
- Host: GitHub
- URL: https://github.com/juniorb2ss/test-laravel-codestar
- Owner: juniorb2ss
- Created: 2017-10-16T17:06:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T22:59:05.000Z (about 2 years ago)
- Last Synced: 2025-01-01T14:45:26.266Z (over 1 year ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the AWS CodeStar sample web application
==================================================
This sample code helps get you started with a simple PHP Laravel web
application deployed by AWS Elastic Beanstalk.
What's Here
-----------
This sample includes:
* README.md - this file
* .ebextensions/ - this directory contains the PHP configuration file that
allows AWS Elastic Beanstalk to deploy your PHP application. Note that this
directory contains a Laravel config file (00laravel.config) that includes a
pre-defined Laravel application key. This application key should be replaced
with one you generate (see
http://laravel-recipes.com/recipes/283/generating-a-new-application-key) for
details.
* index.php - this file contains the sample application
Getting Started
---------------
These directions assume you want to develop on your local computer, and not
from the Amazon EC2 instance itself. If you're on the Amazon EC2 instance, the
virtual environment is already set up for you, and you can start working on the
code.
To work on the sample code, you'll need to clone your project's repository to your
local computer. If you haven't, do that first. You can find instructions in the
AWS CodeStar user guide.
1. Install PHP. See http://php.net/manual/en/install.php for details.
2. Install composer. See https://getcomposer.org/doc/00-intro.md for
details.
3. Install your dependencies:
$ php composer.phar install
4. Start the PHP development server:
$ php artisan serve
5. Open http://127.0.0.1:8000/ in a web browser to view your application.
What Do I Do Next?
------------------
Once you have a virtual environment running, you can start making changes to
the sample PHP web application. We suggest making a small change to index.php
first, so you can see how changes pushed to your project's repository are automatically
picked up by your project pipeline and deployed to the Amazon EC2 instance by AWS Elastic
Beanstalk. (You can watch the pipeline progress on your project dashboard.) Once you've
seen how that works, start developing your own code, and have fun!
Learn more about AWS CodeStar by reading the [user guide][User Guide]. Ask
questions or make suggestions on our [forum][Forum].
[User Guide]: http://docs.aws.amazon.com/codestar/latest/userguide/welcome.html
[Forum]: https://forums.aws.amazon.com/forum.jspa?forumID=248