Skip to content

PriyankaPGowdaa/cloud

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Installation:

To run the application, install composer

windows:

download composer and just install it like any other software, it will set the environmet variables itself

linux:

Run the following commands: wget https://getcomposer.org/download/1.6.2/composer.phar chmod +x ./composer.phar mv ./composer.phar /usr/bin/composer

Make sure the dependencies like php and its libraries are installed. Then just use the command "php artisan serve" and it will run the application on port localhost:8000 where 8000 is the port.

Getting Started:

To run the application run the command: "php artisan migrate" It will migrate the database schema and then you are good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published