laravel blog 5.6.5
v1.0
This is a sample blog based on Laravel 5.6 framework and Bootstrap 4.
This blog project uses some open source projects and free projects to work properly:
And of course blog project itself is open source with a public repository on GitHub.
git clone https://github.com/mubbi/laravel-blog-5.6.5.gitcd laravel-blog-5.6.5composer installrename .env.example to .envphp artisan key:generateconfig/app.php & .env - and set your correct app urlconfig/database.php - and set your DB connection detailsphp artisan migrate --seedphp artisan storage:linkset mailtrap credentials in .env file to avoid swift email errorsAfter installing, you may need to configure some permissions. Directories within the "storage" and the "bootstrap/cache" directories should be writable by your web server or the project will not run.Register in the application as the first user and get all admin roles by defaultNOTE: Automatic user registration activation emails and subscriber verification emails are sent using the queue worker, therefore you must enable the queue worker on the project: https://laravel.com/docs/5.6/queues#running-the-queue-worker
schedule:runGNU GPLv3