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 takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
This project is built using the Laravel framework, providing a robust and scalable foundation for web and mobile applications. It includes a variety of packages to extend its functionality.
- Requirements
- Installation
- Configuration
- Running the Application
- Included Packages
- Development Packages
- Contributing
- License
- Laravel ^10
- Composer
-
Clone the repository:
git clone https://github.com/RanaGaballah/Blog-Application.git cd Blog-Application -
Install dependencies:
composer install
or
composer update
-
Copy
.env.exampleto.env:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
After completing the installation steps, you can start the application using the built-in Laravel development server:
php artisan serve
Navigate to http://localhost:8000 in your web browser to view the application.
This project utilizes several packages to enhance its functionality:
| Package | Description |
|---|---|
| guzzlehttp/guzzle | HTTP Client |
| laravel/framework | The Laravel Framework |
| laravel/sanctum | Simple API token authentication |
| Package | Description |
|---|---|
| fakerphp/faker | Faker library for PHP |
| mockery/mockery | Mocking framework for PHP |
| nunomaduro/collision | Error handling for command-line applications |
| phpunit/phpunit | Testing framework for PHP |
| spatie/laravel-ignition | Debugging and error handling tool for Laravel |
Contributions are welcome! Please submit a pull request or create an issue to help improve the project.
The Laravel framework is open-sourced software licensed under the MIT license.