Skip to content

Repository files navigation

Blog_Projet

Follow these steps to set up and run the Blog_Projet application on your local machine:

Clone the Project:

  1. Clone the repository and navigate to the project directory:

    git clone https://github.com/DevZakariaAz/Blog_Projet.git
    cd Blog_Projet
  2. Go to the app directory:

    cd app

Install Dependencies:

  1. Install PHP dependencies using Composer:

    composer install
  2. Set up the environment configuration:

    cp .env.example .env
  3. Generate the application key:

    php artisan key:generate

partier securiter

  1. Installer package via composer
    composer require spatie/laravel-permission

Set Up the Database:

  1. Run the database migrations:

    php artisan migrate
  2. Seed the database with initial data (if required):

    php artisan db:seed

Install Frontend Dependencies:

  1. Install Node.js dependencies:

    npm install
  2. Build the frontend assets:

    npm run build
  3. (Optional) Start the development server for live updates:

    npm run dev

Run the Application:

  1. Serve the application:

    php artisan serve

Comptes

Admin

Your application should now be running! Open your browser and navigate to the local development server URL provided in the terminal (usually http://127.0.0.1:8000).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages