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
- Download the archive or clone the project using git
- Create database schema
- Create `.env` file from .env.example file and adjust parameters
- Run composer install
- Run migrations by executing php artisan migrate --seed
- Start the server using php artisan serve