Welcome to the Sports News Management web application repository! This application is built with Laravel 8 and is designed to help you manage and share sports news effortlessly.
-
User Authentication: Secure user authentication system to protect your content.
-
News Management: Create, edit, and delete sports news articles with ease.
-
Categories: Organize news articles into different categories for better navigation.
-
Tags: Tag articles to improve search and filter capabilities.
-
Image Upload: Upload images to complement your articles and make them visually appealing.
-
Clone this repository to your local machine:
git clone https://https://github.com/HossameTor/goal.ma
-
Install the project dependencies:
cd sports-news-app composer install npm install
-
Create a copy of the .env.example file as .env and set up your database configuration:
cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
php artisan migrate --seed
php artisan migrate --seed
-
Start the development server:
php artisan serve
-
Visit http://localhost:8000 in your web browser to access the application.