Listing Thumbnail

    Laravel framework on Ubuntu 20.04 with maintenance support by Apps4Rent

     Info
    AWS Free Tier
    This product has charges associated with it for technical support and maintenance provided by Apps4Rent. The usage charges are USD 0.1/hour and USD 870/yr.
    Listing Thumbnail

    Laravel framework on Ubuntu 20.04 with maintenance support by Apps4Rent

     Info

    Overview

    This is a repackaged open-source software product wherein additional charges apply for technical support and maintenance by Apps4Rent.

    • Laravel is an open-source PHP web framework. It is mainly used for building PHP-based web applications. Laravel is suitable for both small-scale and enterprise-level application development. Its elegant syntax, advanced features, robust tools help simplify web application development. Laravel is highly scalable and has built-in support for distributed cache systems.

    Key Features and Functionality of Laravel:

    • Eloquent ORM For Database Interactions
    • Blade Templating Engine
    • Artisan Command-Line Tool
    • Built-in Support for Tasks Scheduling and Authentication
    • Advantages of Using Laravel:
    • Rapid Development Process
    • Readable and Maintainable Code
    • Strong Community and Support
    • Built-In Tools and Libraries

    Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. We do not provide the commercial license of any of these products. Many of the products have a free, demo or Open-Source license as applicable.

    Image may take up to 5-7 minutes for initial launch. For more details visit: https://www.apps4rent.com/managed-aws/ 

    Highlights

    • Apps4Rent provides Laravel a PHP web framework installed on Ubuntu 20.04, which is ready to use for Production Environment.
    • The PHP Framework for Web Artisans.
    • For any custom build AMI's of your choice contact us on "support@apps4rent.com". For more details visit: https://www.apps4rent.com/managed-aws/

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 20.04

    Typical total price

    This estimate is based on use of the seller's recommended configuration (t2.medium) in the US East (N. Virginia) Region. View pricing details

    $0.146/hour

    Pricing

    Laravel framework on Ubuntu 20.04 with maintenance support by Apps4Rent

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covering your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (356)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t2.nano
    $0.10
    $0.006
    $0.106
    t2.micro
    AWS Free Tier
    $0.10
    $0.012
    $0.112
    t2.small
    $0.10
    $0.023
    $0.123
    t2.medium
    Recommended
    $0.10
    $0.046
    $0.146
    t2.large
    $0.10
    $0.093
    $0.193
    t2.xlarge
    $0.10
    $0.186
    $0.286
    t2.2xlarge
    $0.10
    $0.371
    $0.471
    t3.nano
    $0.10
    $0.005
    $0.105
    t3.micro
    AWS Free Tier
    $0.10
    $0.01
    $0.11
    t3.small
    $0.10
    $0.021
    $0.121

    Additional AWS infrastructure costs

    Type
    Cost
    EBS General Purpose SSD (gp2) volumes
    $0.10/per GB/month of provisioned storage

    Vendor refund policy

    Apps4Rent does not offer commercial licenses or refund to any product mentioned above. The product comes with open-source licenses.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Additional details

    Usage instructions

    1. To verify the installed version of composer composer --version Composer version 2.5.8

    2. To verify the installed version of php php -v PHP 8.2.7

    3. To verify the installed version of apache2 apache2 -v Server version: Apache/2.4.41 (Ubuntu)

    4. To verify the installed version of mysql mysql --version mysql Ver 8.0.33

    • To verify the installed version of laravel please run below commands,
    1. cd /var/www/html/laravelapp
    2. php artisan --version
    • Here we have installed Laravel with composer using create-project command in the path of Apache default root directory /var/www/html. For demo purpose we have created "laravelapp" project, you can created new project using following commands,
    1. go into the require path, cd /var/www/html
    2. Now, install Laravel using the composer command, type, sudo composer create-project laravel/laravel laravelapp note:here laravelapp is a demo project we have created. The command creates a new directory called laravelapp and installs all the files and directories for Laravel.
    3. Change the ownership of the Laravel directory to the webserver user and also the permissions: sudo chown -R www-data:www-data /var/www/html/laravelapp sudo chmod -R 775 /var/www/html/laravelapp/storage note: Feel free to replace laravelapp with a preferred directory name.
    4. Once the installation is done navigate to the installation directory and check the Laravel version. cd laravelapp
    5. Run the command to ckeck the lavavel installed version and additional commands. php artisan --version
    • Configure Apache to serve Laravel site:
    • Lastly, we need to set up the Apache webserver to host the Laravel site. For that to happen, we need to create a virtual host file. cd sudo nano /etc/apache2/sites-available/laravel.conf

    • Next, paste the content shown and replace the ServerName directive with the public IP of the server.

    <VirtualHost *:80> ServerName example.com ServerAdmin admin@example.com  DocumentRoot /var/www/html/laravelapp/public <Directory /var/www/html/laravelapp> AllowOverride All </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>

    • Save the changes and exit the file. Next, enable the Laravel site and Apache rewrite module using these two commands.

      sudo a2ensite laravel.conf sudo a2enmod rewrite

    • To apply the changes, restart Apache. sudo systemctl restart apache2

    • To access Laravel from a browser: Finally, to access Laravel visit your server's public IP address. The default Laravel webpage will be displayed.

    • Below are the minimum external resources subscriber needs to have to use this product: -An Internet Connection is required in order for this product to function as expected. -We recommend keeping your crucial data in a custom made encrypted EBS in order to save from termination in future.

    Support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to write a review for this product.