Skip to content

Rikivos/mentoring-web

Repository files navigation

Laravel Mentoring Web

This project runs with Laravel version 11.

Getting started

Assuming you've already installed on your machine: PHP (>= 7.0.0), Laravel, Composer and Node.js.

# install dependencies
composer install
npm install

# create .env file and generate the application key
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed --class=DatabaseSeeder

# build CSS and JS assets
npm run dev

Then launch the server:

php artisan serve

The Laravel mentoring project is now up and running! Access it at http://localhost:8000.

Licence

RWMCode

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •