YasserElgammal / Laravel-Folio

An Implementation for Laravel Folio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Laravel Folio

This project an implementation for Laravel folio, it's an blog contain ( Category & Post ) with dummy content, Laravel Folio is a powerful page based router designed to simplify routing in Laravel application.

Installation

To install and run the Task Management App locally, follow these steps:

  1. Clone the project
  2. Go to the project root directory and run composer install
  3. Create .env file and copy content from .env.example
  4. Run php artisan key:generate from terminal
  5. Change database information in .env
  6. Run migrations by executing php artisan migrate , Then Run php artisan db:seed to seed fake data,
  7. Start the project by running php artisan serve

About

An Implementation for Laravel Folio


Languages

Language:PHP 93.7%Language:Blade 6.0%Language:JavaScript 0.3%