/Blog

Laravel Blog

Primary LanguagePHP

Laravel Blog Project


a simple blog project for getting know how use relations , mail , jobs , queue and some others features need to know as a laravel beginner programmer and this project is a good way to learn about laravel Role Permission Package
some of technologies and laravel features use in this project
  • Jobs & Queues
  • Mailing
  • Basic Custom Auth
  • Event & Listeners & Observer
  • Gate & Policies
  • Role Permission Package

Installation

  1. Download the archive or clone the project using git
  2. Create database schema
  3. Create `.env` file from .env.example file and adjust parameters
  4. Run composer install
  5. Run migrations by executing php artisan migrate --seed
  6. Start the server using php artisan serve

installation using docker